The properties of the DragEventArgs class are listed below. For a complete list of DragEventArgs class members, see the DragEventArgs Members topic.
AllowedEffect | Gets which drag-and-drop operations are allowed by the originator (or source) of the drag event. |
Data | The IDataObject that contains the data associated with this event. |
Effect | Gets or sets which drag-and-drop operations are allowed by the target of the drag event. |
ExtendedInfo (inherited from EventArgs) | Holds a reference to an object that manages the event's state. |
KeyState | Gets the current state of the SHIFT, CTRL, and ALT keys. |
X | Gets the x-coordinate of the mouse pointer. |
Y | Gets the y-coordinate of the mouse pointer. |