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

AppointmentRemovedEventArgs(IList<AppointmentItem>, IList<AppointmentItem>, IList<AppointmentItem>, IList<AppointmentItem>, Action, Action<AppointmentItem[]>) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public AppointmentRemovedEventArgs(
    IList<AppointmentItem> appointments,
    IList<AppointmentItem> apptsToRemove,
    IList<AppointmentItem> apptsToUpdate,
    IList<AppointmentItem> apptsToAdd,
    Action undo,
    Action<AppointmentItem[]> undoAppts
)

Parameters

Name Type
appointments IList<AppointmentItem>
apptsToRemove IList<AppointmentItem>
apptsToUpdate IList<AppointmentItem>
apptsToAdd IList<AppointmentItem>
undo Action
undoAppts Action<AppointmentItem[]>
See Also