ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / RangeSelectorTagHelper Class / RangeChanged Property

In This Topic
    RangeChanged Property (RangeSelectorTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.RangeSelector<T>.OnClientRangeChanged client event. Occurs after the range changes.
    Syntax
    'Declaration
     
    Public Property RangeChanged As String
    public string RangeChanged {get; set;}
    See Also