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

In This Topic
    LowerValueChanged Property
    In This Topic
    Gets or sets the callback called when the LowerValue property has changed.
    Syntax
    'Declaration
     
    
    Public Property LowerValueChanged As EventCallback(Of Double)
    public EventCallback<double> LowerValueChanged {get; set;}
    See Also