Skip to main content

DragOverGridEventArgsBase Properties

Contains data for the DragOver event.
Name Description
Action Gets or sets an action that should be executed on the dragged data elements (Copy, Move, and so on). Inherited from DragGridEventArgs.
Cursor Gets or sets the mouse pointer. Inherited from DragGridEventArgs.
Data Gets or sets the dragged data elements. Inherited from DragGridEventArgs.
DataRows Gets the array of data rows that correspond to the dragged grid rows. Inherited from DragGridEventArgs.
Handled Gets or sets whether the event is handled and allows you to suppress the default action. Inherited from DragGridEventArgs.
HitInfo Gets hit information about the visual element under the mouse pointer. Inherited from DragGridEventArgs.
HitLocation Gets the mouse pointer location relative to the control’s upper-left corner (client coordinates). Inherited from DragGridEventArgs.
InsertType Gets or sets whether dragged data elements are inserted before or after a data element under the mouse pointer.
KeyState Gets the pressed mouse buttons and keyboard modifiers. Inherited from DragGridEventArgs.
Location Gets the mouse pointer location relative to the screen’s upper-left corner (screen coordinates). Inherited from DragGridEventArgs.
Source Gets the source of the drag-and-drop operation. Inherited from DragGridEventArgs.
Tag Gets or sets custom data associated with the drag-and-drop operation.
Target Gets the target of the drag-and-drop operation. Inherited from DragGridEventArgs.
See Also