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

In This Topic
    RangeChanged Property (CalendarTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Calendar.OnClientRangeChanged client event. Occurs when the value of the rangeEnd property changes into a non-null value, indicating a data range has been selected.
    Syntax
    'Declaration
     
    Public Property RangeChanged As String
    public string RangeChanged {get; set;}
    See Also