UIElement.DropEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.