DragDropManager.DragLeave Event
Occurs when a data element is dragged out of the control’s bounds.
Namespace: DevExpress.Utils.DragDrop
Assembly: DevExpress.Utils.v21.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core
Declaration
Event Data
The DragLeave event's data class is DragLeaveEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cursor | Gets or sets the mouse pointer. |
Handled | Gets or sets whether the event was handled and allows you to suppress the default action. Inherited from DXDefaultEventArgs. |
The event data class exposes the following methods:
Method | Description |
---|---|
Default() | Invokes the default action the attached control performs on the current drag-and-drop operation stage. Inherited from DXDefaultEventArgs. |
See Also