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

(Global Index)

Syntax

struct 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 EventObject::Source member of this object.

Field Summary

DragSourceContext The drag source context of the current drag operation.

DragSource The drag source on which the Drag and Drop operation was initiated.

Field Details



DragSourceContext

Syntax

com::sun::star::datatransfer::dnd::XDragSourceContext DragSourceContext;

Description

The drag source context of the current drag operation.

See also

XDragSourceContext

DragSource

Syntax

com::sun::star::datatransfer::dnd::XDragSource DragSource;

Description

The drag source on which the Drag and Drop operation was initiated.

See also

XDragSource
Top of Page