ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / C1StatusBar Class / Scroll Event

In This Topic
    Scroll Event (C1StatusBar)
    In This Topic
    Syntax
    'Declaration
     
    Public Event Scroll As System.EventHandler(Of ScrollBars)
    public event System.EventHandler<ScrollBars> Scroll
    See Also