Microsoft SDK for Java

ScrollBar.onValueChanged

Triggers the valueChanged event.

Syntax

protected void onValueChanged( Event e )

Parameters

se

An Event object.

Remarks

The valueChanged event occurs when the value of the scroll bar is changed, either programmatically or by the user.

When overriding onValueChanged, be sure to call super.onValueChanged.

See Also   addOnValueChanged, removeOnValueChanged

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