ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.EventHandler
    public event System.EventHandler ValueChanged
    See Also