Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.