ComponentOne Maps for UWP
ManipulationStarting Event (C1MapVirtualLayer)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1MapVirtualLayer Class : ManipulationStarting Event
Syntax
'Declaration
 
Public Event ManipulationStarting As ManipulationStartingEventHandler
public event ManipulationStartingEventHandler ManipulationStarting
Event Data

The event handler receives an argument of type 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