DragGridEventArgs Properties
Contains data for events that allow you to customize drag-and-drop operations.
Name | Description |
---|---|
Action | Gets or sets an action that should be executed on the dragged data elements (Copy, Move, and so on). |
Cursor | Gets or sets the mouse pointer. |
Data | Gets or sets the dragged data elements. |
Data |
Gets the array of data rows that correspond to the dragged grid rows. |
Handled | Gets or sets whether the event is handled and allows you to suppress the default action. |
Hit |
Gets hit information about the visual element under the mouse pointer. |
Hit |
Gets the mouse pointer location relative to the control’s upper-left corner (client coordinates). |
Key |
Gets the pressed mouse buttons and keyboard modifiers. |
Location | Gets the mouse pointer location relative to the screen’s upper-left corner (screen coordinates). |
Source | Gets the source of the drag-and-drop operation. |
Target | Gets the target of the drag-and-drop operation. |
See Also