Triggers the scroll event.
protected void onScroll( CancelEvent event )
event
A CancelEvent object that provides the event data.
The scroll event occurs when the grid is scrolled, either programmatically or by the user.
When overriding onScroll, be sure to call super.onScroll.
See Also addOnScroll, removeOnScroll