InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.C1ScrollBar Namespace / C1HScrollBar Class / ValueChanged Event

In This Topic
    ValueChanged Event (C1HScrollBar)
    In This Topic
    Occurs when the Value property is changed, either by a Scroll event or programmatically.
    Syntax
    'Declaration
     
    Public Event ValueChanged As EventHandler
    public event EventHandler ValueChanged
    See Also