The IDragEventArgs class implements argument of the events that occur when the objects are dragged using the Drag&Drop mechanism.
| Constructor name | Brief description | |
![]() |
Create | The Create constructor creates an argument of the events that occur when objects are dragged using the Drag&Drop mechanism. |
| Property name | Brief description | |
![]() |
AllowedEffect | The AllowedEffect property returns cursor look when the current Drag&Drop is executed. |
![]() |
Data | The Data property returns the component that is dragged. |
![]() |
Effect | The Effect property determines the type of dragging. |
![]() |
KeyState | The KeyState property returns the current state of the SHIFT, CTRL, ALT keys and also the state of the mouse buttons. |
![]() |
Point | The Point property returns coordinates of mouse cursor in the client area of a component. |
See also: