ComponentOne Maps for UWP
ManipulationCompleted Event (C1VectorItemBase)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorItemBase Class : ManipulationCompleted Event
Occurs when a manipulation on the UIElement is complete.
Syntax
'Declaration
 
Public Shadows Event ManipulationCompleted As ManipulationCompletedEventHandler
public new event ManipulationCompletedEventHandler ManipulationCompleted
Event Data

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

PropertyDescription
 
 
 
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
 
 
Remarks
This event overrides Windows.UI.Xaml.UIElement's ManipulationCompleted in order to allow handlers to prevent the default behavior of a manipulation complete action.
See Also