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

struct DropTargetDragEnterEvent
Base Hierarchy
DropTargetDragEnterEventDropTargetDragEventDropTargetEvent
       ┗ ::com::sun::star::lang::EventObject
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 ::com::sun::star::datatransfer::DataFlavor types supported by the transferable object of the current Drag and Drop operation.

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

Elements' Summary
SupportedDataFlavors A sequence of supported ::com::sun::star::datatransfer::DataFlavor types.  
Elements' Details
SupportedDataFlavors
sequence< ::com::sun::star::datatransfer::DataFlavor > SupportedDataFlavors;
Description
A sequence of supported ::com::sun::star::datatransfer::DataFlavor types.
Top of Page