Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / AppointmentForm Class / AppointmentForm Constructor / AppointmentForm Constructor(C1Schedule,Appointment,Boolean)
The owning C1.Win.C1Schedule.C1Schedule component.
The Appointment object.
Determines whether the RecurrenceForm dialog should be shown after the form opening.

In This Topic
    AppointmentForm Constructor(C1Schedule,Appointment,Boolean)
    In This Topic
    Initializes a new instance of the AppointmentForm form for editing of the specified Appointment object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal schedule As C1Schedule, _
       ByVal appointment As Appointment, _
       ByVal editRecurrence As System.Boolean _
    )
    public AppointmentForm( 
       C1Schedule schedule,
       Appointment appointment,
       System.bool editRecurrence
    )

    Parameters

    schedule
    The owning C1.Win.C1Schedule.C1Schedule component.
    appointment
    The Appointment object.
    editRecurrence
    Determines whether the RecurrenceForm dialog should be shown after the form opening.
    See Also