AppointmentForm Constructor(C1Schedule,Appointment,Boolean,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 As C1Schedule, _
ByVal As Appointment, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public AppointmentForm(
C1Schedule ,
Appointment ,
System.bool ,
System.bool
)
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.
- isNew
- Determines whether the Appointment object is the new one and hasn't been added to AppointmentStorage yet.
See Also