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

struct DragSourceDropEvent
Base Hierarchy
DragSourceDropEventDragSourceEvent
    ┗ ::com::sun::star::lang::EventObject

Elements' Summary
DropAction The action performed by the target on the subject of the drop.  
DropSuccess Indicates if the drop was successful.  
Elements' Details
DropAction
byte DropAction;
Description
The action performed by the target on the subject of the drop.
See also
DNDConstants
DropSuccess
boolean DropSuccess;
Description
Indicates if the drop was successful.
Top of Page