ComponentOne Maps for UWP
ManipulationInertiaStarting Event (C1MapVirtualLayer)

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

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

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