ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeCollection Class / C1TreeViewNodeCollection Constructor

In This Topic
    C1TreeViewNodeCollection Constructor
    In This Topic
    Explicit constructor for C1TreeViewNodeCollection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As IC1TreeViewNodeCollectionOwner _
    )
    public C1TreeViewNodeCollection( 
       IC1TreeViewNodeCollectionOwner owner
    )

    Parameters

    owner
    See Also