ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewEventArgs Class / Node Property

In This Topic
    Node Property (C1TreeViewEventArgs)
    In This Topic
    C1TreeViewNode node associated to the event data.
    Syntax
    'Declaration
     
    Public ReadOnly Property Node As C1TreeViewNode
    public C1TreeViewNode Node {get;}
    See Also