ScrollBar.onValueChanged

Overview | Methods | This Package | All Packages

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