Skip to main content
A newer version of this page is available.
All docs
V20.2

AppointmentRemovingEventArgs(IList<AppointmentItem>) Constructor

Initializes a new instance of the AppointmentAddingEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public AppointmentRemovingEventArgs(
    IList<AppointmentItem> appointments
)

Parameters

Name Type Description
appointments IList<AppointmentItem>

A collection of appointments that are about to be deleted from the scheduler.

Remarks

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

See Also