19 #ifndef __com_sun_star_beans_PropertyChangeEvent_idl__ 20 #define __com_sun_star_beans_PropertyChangeEvent_idl__ 26 module
com { module sun { module star { module beans {
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:31
Definition: Ambiguous.idl:22
gets delivered whenever a "bound" or "constrained" property is changed.
Definition: PropertyChangeEvent.idl:41
any OldValue
contains the old value of the property.
Definition: PropertyChangeEvent.idl:64
any NewValue
contains the new value of the property.
Definition: PropertyChangeEvent.idl:69
string PropertyName
contains the unique name of the property which changes its value.
Definition: PropertyChangeEvent.idl:46
long PropertyHandle
contains the implementation handle for the property.
Definition: PropertyChangeEvent.idl:59
boolean Further
contains TRUE if further events in the same transaction occur.
Definition: PropertyChangeEvent.idl:51