Click or drag to resize

DragDropArgs Class

Base EventArgs class, which provides data for drag-and-drop events.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class DragDropArgs : WindowlessComponentEventArgs

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