Top   Module   Use   Manual   Index 

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

struct DropTargetDropEvent

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

Description
The DropTargetDropEvent is delivered from the drop target to its currently registered drop target listener.

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



Elements

com::sun::star::datatransfer::dnd::XDropTargetDropContext Context
Description
The drop target context of the current drag operation.
See also
com::sun::star::datatransfer::dnd::XDropTargetDropContext
byte DropAction
Description
This value represents the action or actions selected by the user at the time of the drop.

If more than one action is specified, the XDropTargetListener should raise a dialog to ask the user which action to use.

See also
com::sun::star::datatransfer::dnd::DNDConstants
long LocationX
Description
The cursor's current x location within the windows' coordinates.
long LocationY
Description
The cursor's current y location within the windows' coordinates.
byte SourceActions
Description
This value represents the action or actions supported by the source.
com::sun::star::datatransfer::XTransferable Transferable
Description
The transferable object associated with the drop.
See also
com::sun::star::datatransfer::XTransferable
Top of Page