Scheduler for WPF | ComponentOne
C1.Schedule Namespace / ContactList Class / ContactList Constructor / ContactList Constructor(ContactCollection)
The owning ContactCollection object.

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

    Parameters

    owner
    The owning ContactCollection object.
    See Also