Configurates the
C1.Web.Mvc.TreeView.OnClientItemClicked client event. Occurs when the user clicks an item or presses the Enter key and an item is selected.
Syntax
'Declaration
Public Function OnClientItemClicked( _
ByVal As String _
) As TreeViewBuilder
public TreeViewBuilder OnClientItemClicked(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also