Click or drag to resize

DragDropArgs Properties

The DragDropArgs type exposes the following members.

Properties
 NameDescription
Public propertyAllowedEffect Returns which drag-and-drop operations are allowed by the originator (or source) of the drag event.
Public propertyData Returns an object that contains the data associated with this event.
Public propertyEffect Gets or sets the target drop effect in a drag-and-drop operation.
Public propertyKeyState Returns the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
Public propertyPoint Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.
Top
See Also