Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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