ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.EventHandler
    public event System.EventHandler Scroll
    See Also