EditRecurrentAppointmentFormEventArgs Constructors
Provides data for the SchedulerControl.EditRecurrentAppointmentFormShowing event.Name | Parameters | Description |
---|---|---|
EditRecurrentAppointmentFormEventArgs(Appointment, CommandSourceType, Boolean, Boolean) | apt, commandSourceType, readOnly, openRecurrenceForm | Initializes new instance of the EditRecurrentAppointmentFormEventArgs class with the specified settings. |
EditRecurrentAppointmentFormEventArgs(Appointment) | apt | Initializes new instance of the EditRecurrentAppointmentFormEventArgs class with the specified settings. |
See Also