Show contents 

Forms > Forms Assembly Interfaces > IDragEventArgs

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
AllowedEffect

The AllowedEffect property returns cursor look when the current Drag&Drop is executed.
Data

The Data property returns the component that is dragged.
Effect

The Effect property determines the type of dragging.
KeyState

The KeyState property returns the current state of the SHIFT, CTRL, ALT keys and also the state of the mouse buttons.
Point

The Point property returns coordinates of mouse cursor in the client area of a component.

See also:

Forms Assembly Interfaces