PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / EventCollection Class / EventCollection Constructor

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

    Parameters

    owner
    See Also