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

(Global Index)

Syntax

struct DragSourceDragEvent : com::sun::star::datatransfer::dnd::DragSourceEvent ;

Description

The DragSourceDragEvent is delivered from an object that implements the XDragSourceContext to the currently registered drag source listener.

It contains state regarding the current state of the operation to enable the operations initiator to provide the end user with the appropriate drag over feedback.

See also

XDragSourceListener

Field Summary

DropAction The drag action selected by the current drop target.

UserAction The user's currently selected drop action.

Field Details



DropAction

Syntax

byte DropAction;

Description

The drag action selected by the current drop target.

See also

DNDConstants

UserAction

Syntax

byte UserAction;

Description

The user's currently selected drop action.

See also

DNDConstants
Top of Page