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

(Global Index)

Syntax

struct DropTargetEvent : com::sun::star::lang::EventObject ;

Description

This class is the base class for DropTargetDragEvent and DropTargetDropEvent .

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

Field Summary

Dummy UNO specification does not allow empty struct definitions.

Field Details



Dummy

Syntax

byte Dummy;

Description

UNO specification does not allow empty struct definitions.

Top of Page