struct DropTargetDragEnterEvent in module com::sun::star::datatransfer::dnd::

(Global Index)

Syntax

struct DropTargetDragEnterEvent : 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

XTransferable

Field Summary

SupportedDataFlavors A sequence of supported DataFlavor types.

Field Details



SupportedDataFlavors

Syntax

sequence< com::sun::star::datatransfer::dnd::DataFlavor > SupportedDataFlavors;

Description

A sequence of supported DataFlavor types.

Top of Page