ComponentOne Maps for UWP
Drop Event (C1MapCanvas)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1MapCanvas Class : Drop Event
Syntax
'Declaration
 
Public Event Drop As DragEventHandler
public event DragEventHandler Drop
Event Data

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

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