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

In This Topic
    TextChanged Property (MenuTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.DropDown<T>.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