Overview | Methods | This Package | All Packages
Called when a control property changes.
Syntax
protected void propertyChanged( int property )
Parameters
property
Identifies the property that changed. For a list of values for this parameter, see the Control class documentation.
Remarks
Classes that extend Form can override this method to modify the way in which the class responds to a change in form properties. A subclass of the Form class must call the parent class' implementation of this method within its propertyChanged override.