IDragEventArgs

Description

The IDragEventArgs interface contains properties of the argument of the events that occur when objects are dragged using the Drag&Drop mechanism.

Properties

   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:

Forms Assembly Interfaces