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

In This Topic
    TextChanged Property (AutoCompleteTagHelper)
    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