In This Topic
Occurs when the scroll box has been moved by either a mouse or keyboard action.
Syntax
'Declaration
Protected Overridable Sub OnScroll( _
ByVal As System.Object, _
ByVal As System.Windows.Forms.ScrollEventArgs _
)
protected virtual void OnScroll(
System.object ,
System.Windows.Forms.ScrollEventArgs
)
Parameters
- sender
- e
See Also