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

In This Topic
    ValueChanged Property (InputTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.InputTime<T>.OnClientValueChanged client event. Occurs after a new time is selected.
    Syntax
    'Declaration
     
    Public Property ValueChanged As String
    public string ValueChanged {get; set;}
    See Also