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

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