OnClientIsValidChanged Property
In This Topic
Occurs when the IsValid property value changes.
Syntax
'Declaration
Public Property OnClientIsValidChanged As System.String
'Usage
Dim instance As BarcodeBase
Dim value As System.String
instance.OnClientIsValidChanged = value
value = instance.OnClientIsValidChanged
public System.string OnClientIsValidChanged {get; set;}
public read-write property OnClientIsValidChanged: System.String;
public function get,set OnClientIsValidChanged : System.String
public: __property System.string* get_OnClientIsValidChanged();
public: __property void set_OnClientIsValidChanged(
System.string* value
);
public:
property System.String^ OnClientIsValidChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also