UIElement.DragLeaveEvent Property

Definition

Gets the identifier for the DragLeave routed event.

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

Property Value

The identifier for the DragLeave routed event.

Applies to

See also