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 new instance of the EditAppointmentFormEventArgs class with the specified settings.
EditAppointmentFormEventArgs(Appointment, Boolean, Boolean) apt, readOnly, openRecurrenceDialog Initializes new instance of the EditAppointmentFormEventArgs class with the specified settings.
EditAppointmentFormEventArgs(Appointment, Boolean) apt, readOnly Initializes new instance of the EditAppointmentFormEventArgs class with the specified settings.
See Also