C1.Framework Namespace / ScrollableControl Class / OnScroll Method

In This Topic
OnScroll Method (ScrollableControl)
In This Topic
Override this method to get notifications when the control scrolls.
Syntax
'Declaration
 
Protected Overridable Sub OnScroll( _
   ByVal sb As ScrollBars _
) 
 

Parameters

sb
See Also