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

In This Topic
    TextChanged Property (InputDateTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.DropDown.OnClientTextChanged client event. Occurs when the value of the Text property changes.
    Syntax
    'Declaration
     
    Public Overridable Property TextChanged As String
    public virtual string TextChanged {get; set;}
    See Also