FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon 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