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

AppointmentAddedEventArgs(IList<AppointmentItem>) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentAddedEventArgs(
    IList<AppointmentItem> appointments
)

Parameters

Name Type Description
appointments IList<AppointmentItem>

A collection of appointments the user has added to the scheduler.

Remarks

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

See Also