Top   Module   Use   Manual   Index 

com :: sun :: star :: datatransfer :: dnd ::

struct DropTargetDragEvent

Base Struct
com::sun::star::datatransfer::dnd::DropTargetEvent

Description
The DropTargetDragEvent is delivered from the drop target to the currently registered drop target listener.

It contains information regarding the current state of the operation to enable the operations initiator to provide the end user with the appropriate drag over feedback.

See also
com::sun::star::datatransfer::dnd::XDropTargetListener


Elements

com::sun::star::datatransfer::dnd::XDropTargetDragContext Context
Description
The drop target context of the current drag operation.
See also
com::sun::star::datatransfer::dnd::XDropTargetDragContext
byte DropAction
Description
This value represents the currently selected drop action.
See also
com::sun::star::datatransfer::dnd::DNDConstants
long LocationX
Description
The cursor's current x location within the window's coordinates.
long LocationY
Description
The cursor's current y location within the window's coordinates.
byte SourceActions
Description
This value represents the action or actions supported by the source. This may be a combination of arbitrary source actions except ACTION_DEFAULT.

To combine different actions use a logical OR.

See also
com::sun::star::datatransfer::dnd::DNDConstants
Top of Page