:: com :: sun :: star :: util ::

struct ChangesEvent
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-ChangesEvent
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
::com::sun::star::container::ContainerEvent
See also
ElementChange

Elements' Summary
Base contains the accessor to the common root of the changed elements.
Changes contains the changes which occurred.
Elements' Details
Base
any Base;
Description
contains the accessor to the common root of the changed elements.

Type and value of the accessor depend on the service.

Changes
ChangesSet Changes;
Description
contains the changes which occurred.
Top of Page