Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / ContactCollectionForm Class / ContactCollectionForm Constructor / ContactCollectionForm Constructor(ContactCollection)
The C1.C1Schedule.ContactCollection object.

In This Topic
    ContactCollectionForm Constructor(ContactCollection)
    In This Topic
    Initializes a new instance of the ContactCollectionForm form.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal collection As ContactCollection _
    )
    public ContactCollectionForm( 
       ContactCollection collection
    )

    Parameters

    collection
    The C1.C1Schedule.ContactCollection object.
    See Also