ComponentOne Maps for UWP
ManipulationDelta Event (C1Maps)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1Maps Class : ManipulationDelta Event
Syntax
'Declaration
 
Public Event ManipulationDelta As ManipulationDeltaEventHandler
public event ManipulationDeltaEventHandler ManipulationDelta
Event Data

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

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