ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / OnClientItemClicked Property

In This Topic
    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