The DragDropEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DraggedInteractors |
One or more interactors that are being dragged. Can be null if some other object
(of another application) is being dragged.
| |
| DX |
The distance dragged in the x direction, in screen coordinates.
| |
| DY |
The distance dragged in the y direction, in screen coordinates.
| |
| X |
The x-coordinate of the dragdrop event.
| |
| Y |
The y-coordinate of the dragdrop event.
|