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

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

Initializes a new instance of the AppointmentRestoredEventArgs 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 AppointmentRestoredEventArgs(
    IList<AppointmentItem> appointments,
    Action undo,
    Action<AppointmentItem[]> undoAppts,
    IList<AppointmentItem> updateInSource = null
)

Parameters

Name Type
appointments IList<AppointmentItem>
undo Action
undoAppts Action<AppointmentItem[]>

Optional Parameters

Name Type Default
updateInSource IList<AppointmentItem> *null*
See Also