RecurrenceWindowShowingEventArgs(SchedulerControl, AppointmentItem, Window) Constructor
Initializes a new instance of the RecurrenceWindowShowingEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
public RecurrenceWindowShowingEventArgs(
SchedulerControl scheduler,
AppointmentItem appointment,
Window appointmentWindow
)
Parameters
| Name | Type | Description |
|---|---|---|
| scheduler | SchedulerControl | A SchedulerControl object representing a Scheduler. |
| appointment | AppointmentItem | An AppointmentItem instance representing a target appointment. |
| appointmentWindow | Window | A Window object representing an Appointment Window from which the Reminder Window is invoked. |
Remarks
Instances of the RecurrenceWindowShowingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also