ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1RangeSlider Class / ValueChanged Event

In This Topic
    ValueChanged Event (C1RangeSlider)
    In This Topic
    Fires when any of the properties: LowerValue or UpperValue changes.
    Syntax
    'Declaration
     
    Public Event ValueChanged As EventHandler
    public event EventHandler ValueChanged
    See Also