DragDropArgs Class |
Namespace: Easymap.AddIn.Common
The DragDropArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowedEffect |
Returns which drag-and-drop operations are allowed by the originator (or source) of the drag event.
| |
| Data |
Returns an object that contains the data associated with this event.
| |
| Effect |
Gets or sets the target drop effect in a drag-and-drop operation.
| |
| KeyState |
Returns the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
| |
| Point |
Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.
|