ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputNumber Class / OnClientTextChanged Property

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