ComponentOne Imaging for UWP
ManipulationStarting Event

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > C1Image 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