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