Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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