OnClientItemClicked Property (TreeView)
In This Topic
Occurs when the user clicks an item or presses the Enter key and an item is selected.
Syntax
'Declaration
Public Property OnClientItemClicked As System.String
'Usage
Dim instance As TreeView
Dim value As System.String
instance.OnClientItemClicked = value
value = instance.OnClientItemClicked
public System.string OnClientItemClicked {get; set;}
public read-write property OnClientItemClicked: System.String;
public function get,set OnClientItemClicked : System.String
public: __property System.string* get_OnClientItemClicked();
public: __property void set_OnClientItemClicked(
System.string* value
);
public:
property System.String^ OnClientItemClicked {
System.String^ get();
void set ( System.String^ value);
}
See Also