struct PropertyStateChangeEvent in module com::sun::star::beans:: |
struct PropertyStateChangeEvent : com::sun::star::lang::EventObject ;
gets delivered whenever the state of a "bound" property is changed.
It is sent as an argument to the method of XPropertyStateChangeListener .
Normally these events are accompanied by the name and the old and new values of the changed property.
Void values may be provided for the old and new values if their true values are not known.
Field Summary |
|
PropertyName | specifies the name of the property which changes its value. |
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.