ComponentOne Maps for UWP
DragOver Event (C1VectorLayer)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorLayer Class : DragOver Event
Syntax
'Declaration
 
Public Event DragOver As DragEventHandler
public event DragEventHandler DragOver
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