:: com :: sun :: star :: inspection ::

interface XPropertyControlObserver

Methods' Summary
focusGained notifies the observer that a certain XPropertyControl's UI representation gained the focus.  
valueChanged notifies the observer that a certain XPropertyControl's value changed.  
Methods' Details
focusGained
void
focusGained( [in] XPropertyControl  Control );

Description
notifies the observer that a certain XPropertyControl's UI representation gained the focus.
Parameter Control
denotes the control whose UI representation gained the focus
valueChanged
void
valueChanged( [in] XPropertyControl  Control );

Description
notifies the observer that a certain XPropertyControl's value changed.
Parameter Control
denotes the control whose value changed.
See also
XPropertyControl::Value
Top of Page