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

struct DragSourceEvent
Base Hierarchy
DragSourceEvent
 ┗ ::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 ::com::sun::star::lang::EventObject::Source member of this object.


Elements' Summary
DragSourceContext The drag source context of the current drag operation.  
DragSource The drag source on which the Drag and Drop operation was initiated.  
Elements' Details
DragSourceContext
XDragSourceContext DragSourceContext;
Description
The drag source context of the current drag operation.
See also
XDragSourceContext
DragSource
XDragSource DragSource;
Description
The drag source on which the Drag and Drop operation was initiated.
See also
XDragSource
Top of Page