DragDropGridEventArgs Members
In This Article
#Properties
Name | Description |
---|---|
Action |
Gets or sets an action that should be executed on the dragged data elements (Copy, Move, and so on).
Inherited from Drag |
Cursor |
Gets or sets the mouse pointer.
Inherited from Drag |
Data |
Gets or sets the dragged data elements.
Inherited from Drag |
Data |
Gets the array of data rows that correspond to the dragged grid rows.
Inherited from Drag |
Handled |
Gets or sets whether the event is handled and allows you to suppress the default action.
Inherited from Drag |
Hit |
Gets hit information about the visual element under the mouse pointer.
Inherited from Drag |
Hit |
Gets the mouse pointer location relative to the control’s upper-left corner (client coordinates).
Inherited from Drag |
Insert |
Gets or sets whether dragged data elements are inserted before or after a data element under the mouse pointer.
Inherited from Drag |
Key |
Gets the pressed mouse buttons and keyboard modifiers.
Inherited from Drag |
Location |
Gets the mouse pointer location relative to the screen’s upper-left corner (screen coordinates).
Inherited from Drag |
Source |
Gets the source of the drag-and-drop operation.
Inherited from Drag |
Tag |
Gets or sets custom data associated with the drag-and-drop operation.
Inherited from Drag |
Target |
Gets the target of the drag-and-drop operation.
Inherited from Drag |
#Methods
Name | Description |
---|---|
Default() |
Initializes event arguments and invokes the default action on the current stage of a drag-and-drop operation.
Inherited from Drag |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the dragged data elements.
Inherited from Drag |
Get |
Returns the array of data rows that correspond to the dragged grid rows. Casts the returned elements to the specified data type.
Inherited from Drag |
Get |
Calculates grid-specific event arguments. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also