Elements' Details |
PropertyName
string PropertyName;
- Description
- specifies the name of the property which changes its value.
This name identifies the property uniquely within an
::com::sun::star::beans::XPropertySet . Upper and lower case are distinguished.
|
|
PropertyHandle
long PropertyHandle;
- Description
- contains the implementation handle for the property.
It may be -1 if the implementation has no handle. You can use this
handle to get values from the ::com::sun::star::beans::XFastPropertySet
interface.
|
|
OldValue
::com::sun::star::beans::PropertyState OldValue;
- Description
- contains the old value of the property.
|
|
NewValue
::com::sun::star::beans::PropertyState NewValue;
- Description
- contains the new value of the property.
|
|
Copyright © 2003 Sun Microsystems, Inc.