Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / ContactListForm Class / ContactListForm Constructor / ContactListForm Constructor(C1Schedule,ContactList)
The owning C1.Win.C1Schedule.C1Schedule control.
The C1.C1Schedule.ContactList list to edit.

In This Topic
    ContactListForm Constructor(C1Schedule,ContactList)
    In This Topic
    Initializes a new instance of the ContactListForm form.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal schedule As C1Schedule, _
       ByVal list As ContactList _
    )
    public ContactListForm( 
       C1Schedule schedule,
       ContactList list
    )

    Parameters

    schedule
    The owning C1.Win.C1Schedule.C1Schedule control.
    list
    The C1.C1Schedule.ContactList list to edit.
    See Also