NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DragEventArgs Properties

The properties of the DragEventArgs class are listed below. For a complete list of DragEventArgs class members, see the DragEventArgs Members topic.

Public:

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.

See Also

DragEventArgs Class | System.WinForms Namespace