PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TagCollection Class / TagCollection Constructor

In This Topic
    TagCollection Constructor
    In This Topic
    Initializes a new instance of the TagCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As ICollectionOwner _
    )
    public TagCollection( 
       ICollectionOwner owner
    )

    Parameters

    owner
    See Also