UIElement.DragOverEvent Property

Definition

Gets the identifier for the DragOver routed event.

public:
 static property RoutedEvent ^ DragOverEvent { RoutedEvent ^ get(); };
static RoutedEvent DragOverEvent();
public static RoutedEvent DragOverEvent { get; }
var routedEvent = UIElement.dragOverEvent;
Public Shared ReadOnly Property DragOverEvent As RoutedEvent

Property Value

The identifier for the DragOver routed event.

Applies to

See also