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

AppointmentRestoredEventArgs(IList<AppointmentItem>) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentRestoredEventArgs(
    IList<AppointmentItem> appointments
)

Parameters

Name Type Description
appointments IList<AppointmentItem>

A collection of appointments that have been restored.

Remarks

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

See Also