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

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