Event | +--DragEventpublic class DragEvent
The DragEvent is fired in response to drag-and-drop events in a control.
Fields
Name | Description |
---|---|
data | The data associated with this event. |
effect | The effect that should be applied to the mouse cursor. |
keyState | The current state of the SHIFT, CTRL, and ALT keys. |
x | The x-coordinate location of the mouse. |
y | The y-coordinate location of the mouse. |
Constructors
Name | Description |
---|---|
DragEvent(IDataObject data, int keyState, int x, int y, int effect) | Topic under construction. |
Topic under construction.