LibreOffice
LibreOffice 7.4 SDK API Reference
|
is used to receive PropertyChangeEvents whenever a "constrained" property is changed. More...
import"XVetoableChangeListener.idl";
Public Member Functions | |
void | vetoableChange ([in] com::sun::star::beans::PropertyChangeEvent aEvent) raises ( com::sun::star::beans::PropertyVetoException ) |
gets called when a constrained property is changed. More... | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
is used to receive PropertyChangeEvents whenever a "constrained" property is changed.
You can register an XVetoableChangeListener with a source object so as to be notified of any constrained property updates.
void vetoableChange | ( | [in] com::sun::star::beans::PropertyChangeEvent | aEvent | ) | |
raises | ( | com::sun::star::beans::PropertyVetoException | |||
) |
gets called when a constrained property is changed.