DragDrop::DragLeaveEvent Field

 

Identifies the DragLeave  attached event

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static initonly RoutedEvent^ DragLeaveEvent

Field Value

Type: System.Windows::RoutedEvent^

The identifier for the DragLeave attached event.

The DragLeave event occurs when an object is dragged out of the element's bounds.

This field identifies the bubbling version of the DragLeave event. For an identifier for the tunneling version of this event, see PreviewDragLeaveEvent.

.NET Framework
Available since 3.0
Return to top
Show: