Skip to main content
A newer version of this page is available. .

EditAppointmentFormEventArgs Constructors

Provides data for the SchedulerControl.EditAppointmentFormShowing and SchedulerControl.EditRecurrentAppointmentFormShowing events.
Name Parameters Description
EditAppointmentFormEventArgs(Appointment, Boolean, CommandSourceType) apt, readOnly, commandSourceType Initializes a new instance of the EditAppointmentFormEventArgs class with the specified settings.
EditAppointmentFormEventArgs(Appointment, Boolean, Boolean) apt, readOnly, openRecurrenceDialog Initializes a new instance of the EditAppointmentFormEventArgs class with the specified settings.
EditAppointmentFormEventArgs(Appointment, Boolean) apt, readOnly Initializes a new instance of the EditAppointmentFormEventArgs class with the specified settings.
See Also