Top   Module   Use   Manual   Index 

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

struct DragSourceDragEvent

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

Description
The DragSourceDragEvent is delivered from an object that implements the XDragSourceContext to the currently registered drag source listener.

It contains state 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::XDragSourceListener


Elements

byte DropAction
Description
The drag action selected by the current drop target.
See also
com::sun::star::datatransfer::dnd::DNDConstants
byte UserAction
Description
The user's currently selected drop action.
See also
com::sun::star::datatransfer::dnd::DNDConstants
Top of Page