The BeginDragEventArgs class implements an argument of the OnBeginDrag event that occurs when the user starts dragging an object from the component.
| Constructor name | Brief description | |
![]() |
Create | The Create constructor creates an argument of the OnBeginDrag event that occurs when the user starts dragging an object from the component. |
| Property name | Brief description | |
![]() |
Point | The Point property returns mouse cursor coordinates relative to the component, within which dragging is initialized. |
See also: