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

struct ChangesEvent
Base Hierarchy
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, XChangesBatch, XChangesListener, XChangesNotifier, ::com::sun::star::container::ContainerEvent, 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