Namespace TallComponents.Interaction.WPF.Events
Class DragDropEventArgs
This event is raised when the user moves or clicks the mouse.
Syntax
public class DragDropEventArgs : EventArgs
Properties
DragDropEffects AllowedEffect
Double DX
The distance dragged in the x direction, in screen coordinates.
Double DY
The distance dragged in the y direction, in screen coordinates.
IDataObject Data
InteractorCollection DraggedInteractors
One or more interactors that are being dragged. Can be null if some other object
(of another application) is being dragged.
DragDropEffects Effect
Specifies the possible effects of a drag-and-drop operation.
DragDropKeyStates KeyState
Specifies the current state of the modifier keys (SHIFT, CTRL, and ALT), as well as the state of the mouse buttons.
Double X
The x-coordinate of the dragdrop event.
Double Y
The y-coordinate of the dragdrop event.