ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTrackBar Class / OnScroll Method

In This Topic
    OnScroll Method (RibbonTrackBar)
    In This Topic
    Raises the Scroll event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnScroll( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnScroll( 
       System.EventArgs e
    )

    Parameters

    e
    See Also