ASP.NET Core MVC Controls | ComponentOne
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 System.String
    'Usage
     
    
    Dim instance As InputNumber
    Dim value As System.String
     
    instance.OnClientValueChanged = value
     
    value = instance.OnClientValueChanged
    public System.string OnClientValueChanged {get; set;}
    public read-write property OnClientValueChanged: System.String; 
    public function get,set OnClientValueChanged : System.String
    public: __property System.string* get_OnClientValueChanged();
    public: __property void set_OnClientValueChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientValueChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also