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