ComponentOne Maps for UWP
ManipulationStarted Event (C1MapVirtualLayer)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1MapVirtualLayer Class : ManipulationStarted Event
Syntax
'Declaration
 
Public Event ManipulationStarted As ManipulationStartedEventHandler
public 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)
 
 
See Also