DragLeaveEventArgs Properties
Provides data for the DragLeave event.Name | 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. |
See Also