specifies an interface for components to observer certain aspects of an XPropertyControl. More...
import "XPropertyControlObserver.idl";
 
  
| Public Member Functions | |
| void | focusGained ([in] XPropertyControl Control) | 
| notifies the observer that a certain XPropertyControl's UI representation gained the focus. | |
| void | valueChanged ([in] XPropertyControl Control) | 
| notifies the observer that a certain XPropertyControl's value changed. | |
specifies an interface for components to observer certain aspects of an XPropertyControl.
| void focusGained | ( | [in] XPropertyControl | Control | ) | 
notifies the observer that a certain XPropertyControl's UI representation gained the focus.
| Control | denotes the control whose UI representation gained the focus | 
| void valueChanged | ( | [in] XPropertyControl | Control | ) | 
notifies the observer that a certain XPropertyControl's value changed.
| Control | denotes the control whose value changed. |