UIElement.DragLeaveEvent 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 ^ 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.