Microsoft SDK for Java

ScrollBar.onScroll

Triggers the scroll event.

Syntax

protected void onScroll( ScrollEvent se )

Parameters

se

A ScrollEvent object that provides information about the event.

Remarks

The scroll event occurs when the user changes the value of the scroll bar.

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

See Also   addOnScroll, removeOnScroll

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