[]
Configurates the OnClientItemClicked client event. Occurs when the user clicks an item or presses the Enter key and an item is selected.
public TreeViewBuilder OnClientItemClicked(string value)
Public Function OnClientItemClicked(value As String) As TreeViewBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TreeViewBuilder | Current builder. |