19 #ifndef __com_sun_star_beans_PropertyStateChangeEvent_idl__
20 #define __com_sun_star_beans_PropertyStateChangeEvent_idl__
28 module com { module sun { module star { module beans {
string PropertyName
specifies the name of the property which changes its value.
Definition: PropertyStateChangeEvent.idl:50
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:31
PropertyState
This enumeration lists the states that a property value can have.
Definition: PropertyState.idl:39
com::sun::star::beans::PropertyState NewValue
contains the new value of the property.
Definition: PropertyStateChangeEvent.idl:69
is delivered whenever the state of a "bound" property is changed.
Definition: PropertyStateChangeEvent.idl:42
long PropertyHandle
contains the implementation handle for the property.
Definition: PropertyStateChangeEvent.idl:59
com::sun::star::beans::PropertyState OldValue
contains the old value of the property.
Definition: PropertyStateChangeEvent.idl:64