struct EventObject in module com::sun::star::document::

(Global Index)

Syntax

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

Description

is thrown on document and document content events.

See also

XEventListener

See also

XEventBroadcaster

Field Summary

EventName specifies the type of the event handler.

Field Details



EventName

Syntax

string EventName;

Description

specifies the type of the event handler.

For a list of possible event names see Events .

Top of Page