Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTrackBar Class / Scroll Event

In This Topic
    Scroll Event (RibbonTrackBar)
    In This Topic
    Fires when either a mouse or keyboard action moves the thumb.
    Syntax
    'Declaration
     
    
    Public Event Scroll As EventHandler
    public event EventHandler Scroll
    See Also