RecurrentAppointmentActionFormEventArgs(Appointment, CommandSourceType, Boolean, Boolean) Constructor
Initializes new instance of the RecurrentAppointmentActionFormEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
public RecurrentAppointmentActionFormEventArgs(
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 |
See Also