ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / OnClientNodeClick Property

In This Topic
    OnClientNodeClick Property
    In This Topic
    The name of the function which will be called after the node is clicked.
    Syntax
    'Declaration
     
    Public Property OnClientNodeClick As System.String
    public System.string OnClientNodeClick {get; set;}
    See Also