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

(Global Index)

Syntax

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

Description

The DragSourceDropEvent is delivered from an object that implements XDragSourceContext to its currently registered drag source listener's.

It contains sufficient information for the originator of the operation to provide appropriate feedback to the end user when the operation completes.

See also

XDragSourceListener

Field Summary

DropAction The action performed by the target on the subject of the drop.

DropSuccess Indicates if the drop was successful.

Field Details



DropAction

Syntax

byte DropAction;

Description

The action performed by the target on the subject of the drop.

See also

DNDConstants

DropSuccess

Syntax

boolean DropSuccess;

Description

Indicates if the drop was successful.

Top of Page