'Declaration Protected Overridable Sub OnScroll( _ ByVal e As ScrollEventArgs _ )
'Usage Dim instance As WinScrollBar Dim e As ScrollEventArgs instance.OnScroll(e)
protected virtual void OnScroll( ScrollEventArgs e )
Parameters
- e
- A System.Windows.Forms.ScrollEventArgs that contains the event data.