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

struct DragSourceDragEvent
Base Hierarchy
DragSourceDragEventDragSourceEvent
    ┗ ::com::sun::star::lang::EventObject
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.


Elements' Summary
DropAction The drag action selected by the current drop target.  
UserAction The user's currently selected drop action.  
Elements' Details
DropAction
byte DropAction;
Description
The drag action selected by the current drop target.
UserAction
byte UserAction;
Description
The user's currently selected drop action.
Top of Page