interface XPropertyStateChangeListener in module com::sun::star::beans::

(Global Index)

Syntax

interface XPropertyStateChangeListener : com::sun::star::lang::XEventListener ;

Description

receives events which get fired whenever the state of a bound property is changed.

Method Summary

propertyStateChange gets called when a bound property's state is changed.

Method Details



propertyStateChange

Syntax

void propertyStateChange (
com::sun::star::beans::PropertyStateChangeEvent aEvent );

Description

gets called when a bound property's state is changed.

Parameter aEvent

describes the event source and the property that has changed.
Top of Page