ComponentOne Maps for UWP
ManipulationStarted Event (C1VectorItemBase)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorItemBase Class : ManipulationStarted Event
Occurs when an input device begins a manipulation on the UIElement.
Syntax
'Declaration
 
Public Shadows Event ManipulationStarted As ManipulationStartedEventHandler
public new event ManipulationStartedEventHandler ManipulationStarted
Event Data

The event handler receives an argument of type ManipulationStartedRoutedEventArgs containing data related to this event. The following ManipulationStartedRoutedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
 
Remarks
This event overrides Windows.UI.Xaml.UIElement's ManipulationStarted in order to allow handlers to prevent the default behavior of a mnipulation started action.
See Also