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

In This Topic
    ValueChanged Event (C1ScrollBar)
    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