Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1RangeSlider Class / ValueChanged Property

In This Topic
    ValueChanged Property (C1RangeSlider)
    In This Topic
    Fires when any of the properties: LowerValue or UpperValue changes.
    Syntax
    'Declaration
     
    
    Public Property ValueChanged As EventHandler
    public EventHandler ValueChanged {get; set;}
    See Also