'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.