The IBeginDragEventArgs interface contains properties of argument of the event occurring on dragging any object on the form.
Object dragging start is handled in the OnBeginDrag event.
Property name | Brief description | |
The Point property returns mouse cursor coordinates relative to the component, within which dragging is initialized. |
See also: