DragDropGridEventArgs Methods
Contains data for the DragDrop event.
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