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

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

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

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

Parameters

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