struct PropertyChangeEvent in module com::sun::star::beans:: |
struct PropertyChangeEvent : com::sun::star::lang::EventObject ;
gets delivered whenever a "bound" or "constrained" property is changed.
A PropertyChangeEvent object is sent as an argument to the methods of XPropertyChangeListener and XVetoableChangeListener .
Normally such events contain the name and the old and new value of the changed property.
Void values may be provided for the old and the new values if their true values are not known.
Field Summary |
|
PropertyName | contains the unique name of the property which changes its value. |
Further | contains true> if further events in the same transaction occur. |
PropertyHandle | contains the implementation handle for the property. |
OldValue | contains the old value of the property. |
NewValue | contains the new value of the property. |
Field Details |
||||||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.