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

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