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

In This Topic
    RangeEndChanged Property (InputDateTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.InputDateBase.OnClientRangeEndChanged client event. Occurs when the value of the RangeEnd property changes.
    Syntax
    'Declaration
     
    Public Property RangeEndChanged As String
    public string RangeEndChanged {get; set;}
    See Also