BeginDragEventArgs

Description

The BeginDragEventArgs class implements an argument of the OnBeginDrag event that occurs when the user starts dragging an object from the component.

Constructors

  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.

Class object properties inherited from IBeginDragEventArgs

   Property name Brief description
The Point property returns mouse cursor coordinates relative to the component, within which dragging is initialized.

See also:

Forms Assembly Classes