Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / OnScroll Method
The System.Windows.Forms.ScrollEventArgs instance that contains the event data


In This Topic
    OnScroll Method
    In This Topic
    Raises the Scroll event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnScroll( _
       ByVal e As ScrollEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim e As ScrollEventArgs
     
    instance.OnScroll(e)
    protected virtual void OnScroll( 
       ScrollEventArgs e
    )

    Parameters

    e
    The System.Windows.Forms.ScrollEventArgs instance that contains the event data
    See Also