:: com :: sun :: star :: configuration :: backend ::

struct ComponentChangeEvent
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-ComponentChangeEvent
Description
This event is fired when a change becomes effective on the source of the event
See also
XBackendChangesNotifier

Elements' Summary
Component The name of the Component that changed
Elements' Details
Component
string Component;
Description
The name of the Component that changed
Top of Page