ComponentOne Maps for UWP
ManipulationCompleted Event (C1VectorLayer)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorLayer Class : ManipulationCompleted Event
Syntax
'Declaration
 
Public Event ManipulationCompleted As ManipulationCompletedEventHandler
public 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)
 
 
 
See Also