ComponentOne Extended Library for UWP
ManipulationStarting Event (C1ColorButton)

C1.UWP.Extended Assembly > C1.Xaml.Extended Namespace > C1ColorButton Class : ManipulationStarting Event
Syntax
'Declaration
 
Public Event ManipulationStarting As Windows.UI.Xaml.Input.ManipulationStartingEventHandler
public event Windows.UI.Xaml.Input.ManipulationStartingEventHandler ManipulationStarting
Event Data

The event handler receives an argument of type Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs containing data related to this event. The following ManipulationStartingRoutedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
See Also