Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / AppointmentList Class / AppointmentList Constructor
Reference to the owning AppointmentCollection object.

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

    Parameters

    owner
    Reference to the owning AppointmentCollection object.
    See Also