LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
PropertyChangeEvent Struct Referencepublished

gets delivered whenever a "bound" or "constrained" property is changed. More...

import"PropertyChangeEvent.idl";

Inheritance diagram for PropertyChangeEvent:
EventObject

Public Attributes

string PropertyName
 contains the unique name of the property which changes its value. More...
 
boolean Further
 contains TRUE if further events in the same transaction occur. More...
 
long PropertyHandle
 contains the implementation handle for the property. More...
 
any OldValue
 contains the old value of the property. More...
 
any NewValue
 contains the new value of the property. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

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 new values if their true values are not known.

Member Data Documentation

◆ Further

boolean Further

contains TRUE if further events in the same transaction occur.

◆ NewValue

any NewValue

contains the new value of the property.

◆ OldValue

any OldValue

contains the old value of the property.

◆ PropertyHandle

long PropertyHandle

contains the implementation handle for the property.

May be -1 if the implementation has no handle. You can use this handle to get values from the XFastPropertySet.

◆ PropertyName

string PropertyName

contains the unique name of the property which changes its value.


The documentation for this struct was generated from the following file: