EditRecurrentAppointmentFormEventArgs(Appointment, CommandSourceType, Boolean, Boolean) Constructor
Initializes new instance of the EditRecurrentAppointmentFormEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
public EditRecurrentAppointmentFormEventArgs(
Appointment apt,
CommandSourceType commandSourceType,
bool readOnly,
bool openRecurrenceForm
)
Parameters
| Name | Type | Description |
|---|---|---|
| apt | Appointment | An Appointment object for which an event has been raised This value is assigned to the AppointmentFormEventArgs.Appointment property. |
| commandSourceType | CommandSourceType | A CommandSourceType enumeration member that informs about the source of a command which raised the event. |
| readOnly | Boolean | True if the form is opended in read-only mode; otherwise, false. |
| openRecurrenceForm | Boolean | True to invoke the corresponding recurrence form; otherwise, false. |
See Also