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 | |
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 | |
The Point property returns mouse cursor coordinates relative to the component, within which dragging is initialized. |
See also: