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 String
public string OnClientItemClicked {get; set;}
See Also