struct ChangesEvent in module com::sun::star::util::

(Global Index)

Syntax

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

Description

This event is fired when a set of changes becomes effective on the source of the event.

See also

XChangesSet

See also

XChangesBatch

See also

XChangesListener

See also

XChangesNotifier

See also

ContainerEvent

See also

ElementChange

Field Summary

Base This contains the accessor to the common root of the changed elements

Changes This contains the changes that occurred.

Field Details



Base

Syntax

any Base;

Description

This contains the accessor to the common root of the changed elements

The type and the value of the accessor depends on the service.


Changes

Syntax

com::sun::star::util::ChangesSet Changes;

Description

This contains the changes that occurred.

Top of Page