OnClientIsCheckedChanged Property
In This Topic
Occurs after the check status of a node is changed.
Syntax
'Declaration
Public Property OnClientIsCheckedChanged As System.String
'Usage
Dim instance As TreeView
Dim value As System.String
instance.OnClientIsCheckedChanged = value
value = instance.OnClientIsCheckedChanged
public System.string OnClientIsCheckedChanged {get; set;}
public read-write property OnClientIsCheckedChanged: System.String;
public function get,set OnClientIsCheckedChanged : System.String
public: __property System.string* get_OnClientIsCheckedChanged();
public: __property void set_OnClientIsCheckedChanged(
System.string* value
);
public:
property System.String^ OnClientIsCheckedChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also