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

AppointmentRestoringEventArgs(IList<AppointmentItem>, IList<IList<AppointmentItem>>) Constructor

Initializes a new instance of the AppointmentRestoringEventArgs 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 AppointmentRestoringEventArgs(
    IList<AppointmentItem> appointments,
    IList<IList<AppointmentItem>> conflicts
)

Parameters

Name Type Description
appointments IList<AppointmentItem>

A collection of changed and deleted occurrences that are about to be restored.

conflicts IList<IList<AppointmentItem>>

A collection of appointments to be restored that are conflicting with the current appointments.

Remarks

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

See Also