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