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