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

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