Top   Module   Use   Manual   Index 

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

struct DropTargetDragEnterEvent

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

Description
The DropTargetDragEnterEvent is delivered from the drop target to the currently registered drop target listeners whenever the logical cursor associated with a Drag and Drop operation enters the visible geometry of a window associated with a drop target.

It contains the DataFlavor types supported by the transferable object of the current Drag and Drop operation.

See also
com::sun::star::datatransfer::XTransferable


Elements

sequence< com::sun::star::datatransfer::dnd::DataFlavor > SupportedDataFlavors
Description
A sequence of supported DataFlavor types.
Top of Page