The members of System.Windows.Forms.DragEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.DragEventArgs class. |
[read-only] | AllowedEffect | DragDropEffects.
Gets which drag-and-drop operations are allowed by the originator (or source) of the drag event. |
[read-only] | Data | IDataObject.
Gets the System.Windows.Forms.IDataObject that contains the data associated with this event. |
Effect | DragDropEffects.
Gets or sets the target drop effect in a drag-and-drop operation. | |
[read-only] | KeyState | int.
Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons. |
[read-only] | X | int.
Gets the x-coordinate of the mouse pointer, in screen coordinates. |
[read-only] | Y | int.
Gets the y-coordinate of the mouse pointer, in screen coordinates. |