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

struct ChangesEvent
Base Hierarchy
ChangesEvent
 ┗ ::com::sun::star::lang::EventObject

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