UIElement.DropEvent Property

Definition

Gets the identifier for the Drop routed event.

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

Property Value

The identifier for the Drop routed event.

Applies to

See also