ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewEventArgs Class / C1TreeViewEventArgs Constructor
A C1TreeViewNode that represents the current node when the event is raised.

In This Topic
    C1TreeViewEventArgs Constructor
    In This Topic
    Explicit constructor for C1TreeViewEventArgs
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal node As C1TreeViewNode _
    )
    public C1TreeViewEventArgs( 
       C1TreeViewNode node
    )

    Parameters

    node
    A C1TreeViewNode that represents the current node when the event is raised.
    See Also