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

AppointmentWindowShowingEventArgs(SchedulerControl, AppointmentItem) Constructor

Initializes new instance of the AppointmentWindowShowingEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public AppointmentWindowShowingEventArgs(
    SchedulerControl scheduler,
    AppointmentItem appointment
)

Parameters

Name Type Description
scheduler SchedulerControl

A SchedulerControl object representing a Scheduler.

appointment AppointmentItem

An AppointmentItem object representing a target appointment.

Remarks

Instances of the AppointmentWindowShowingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also