This method is called by the control when any property changes.
protected void propertyChanged( int property )
property
The property that changed.
Derived controls can override this method to get property change notification on basic properties. When overriding this method, call super.propertyChanged.