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

struct DragSourceDragEvent
Base Hierarchy
DragSourceDragEventDragSourceEvent
    ┗ ::com::sun::star::lang::EventObject

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.
See also
DNDConstants
UserAction
byte UserAction;
Description
The user's currently selected drop action.
See also
DNDConstants
Top of Page