The DragDropEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyDraggedInteractors
One or more interactors that are being dragged. Can be null if some other object (of another application) is being dragged.
Public propertyDX
The distance dragged in the x direction, in screen coordinates.
Public propertyDY
The distance dragged in the y direction, in screen coordinates.
Public propertyX
The x-coordinate of the dragdrop event.
Public propertyY
The y-coordinate of the dragdrop event.

See Also