ComponentOne Maps for UWP
ManipulationDelta Event (C1VectorItemBase)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorItemBase Class : ManipulationDelta Event
Occurs when the input device changes position during a manipulation.
Syntax
'Declaration
 
Public Shadows Event ManipulationDelta As ManipulationDeltaEventHandler
public new 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)
 
 
 
Remarks
This event overrides Windows.UI.Xaml.UIElement's ManipulationDelta in order to allow handlers to prevent the default behavior of a manipulation delta action.
See Also