OnClientTextChanged Property (InputNumber)
In This Topic
Occurs when the value of the Text property changes.
Syntax
'Declaration
Public Property OnClientTextChanged As System.String
'Usage
Dim instance As InputNumber
Dim value As System.String
instance.OnClientTextChanged = value
value = instance.OnClientTextChanged
public System.string OnClientTextChanged {get; set;}
public read-write property OnClientTextChanged: System.String;
public function get,set OnClientTextChanged : System.String
public: __property System.string* get_OnClientTextChanged();
public: __property void set_OnClientTextChanged(
System.string* value
);
public:
property System.String^ OnClientTextChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also