Top   Module   Use   Manual   Index 

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

struct DragSourceEvent

Base Struct
com::sun::star::lang::EventObject

Description
This class is the base class for DragSourceDragEvent and DragSourceDropEvent .

To access the XDragSource that originated this event, use the EventObject::Source member of this object.



Elements

com::sun::star::datatransfer::dnd::XDragSourceContext DragSourceContext
Description
The drag source context of the current drag operation.
See also
com::sun::star::datatransfer::dnd::XDragSourceContext
com::sun::star::datatransfer::dnd::XDragSource DragSource
Description
The drag source on which the Drag and Drop operation was initiated.
See also
com::sun::star::datatransfer::dnd::XDragSource
Top of Page