DXDragEventArgs Properties
Represents a base class for drag-and-drop event arguments.| Name | Description |
|---|---|
| Action | Gets or sets the drag-and-drop action (Copy, Move, etc.) to perform. |
| Cursor | Gets or sets the mouse pointer. |
| Data | Gets or sets the data elements being dragged. |
| Handled | Gets or sets whether the event was handled and allows you to suppress the default action. Inherited from DXDefaultEventArgs. |
| KeyState | Gets the pressed mouse buttons (left, middle, right) and modifier keys (Shift, Ctrl, Alt). |
| Location | Gets the mouse cursor’s position. |
| Source | Gets the source control. |
| Target | Gets the target control. |
See Also