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