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

(Global Index)

Syntax

struct EventObject;

Description

specifies the base for all event objects and identifies the source of the event.

Field Summary

Source refers to the object that fired the event.

Field Details



Source

Syntax

com::sun::star::uno::XInterface Source;

Description

refers to the object that fired the event.

Top of Page