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

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

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentAddedEventArgs(
    IList<AppointmentItem> appointments,
    Action undo,
    Action<AppointmentItem[]> undoAppts
)

Parameters

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