Control.propertyChanged

Overview | Methods | Fields | This Package | All Packages

Control.propertyChanged

This method is called by the control when any property changes.

Syntax

protected void propertyChanged( int property )

Parameters

property

The property that changed.

Remarks

Derived controls can override this method to get property change notification on basic properties. When overriding this method, call super.propertyChanged.