Top   Module   Use   Manual   Index 

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

struct DragSourceDropEvent

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

Description
The DragSourceDropEvent is delivered from an object that implements XDragSourceContext to its currently registered drag source listener's.

It contains sufficient information for the originator of the operation to provide appropriate feedback to the end user when the operation completes.

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


Elements

byte DropAction
Description
The action performed by the target on the subject of the drop.
See also
com::sun::star::datatransfer::dnd::DNDConstants
boolean DropSuccess
Description
Indicates if the drop was successful.
Top of Page