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

AppointmentEditedEventArgs(IList<AppointmentItem>) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentEditedEventArgs(
    IList<AppointmentItem> appointments
)

Parameters

Name Type
appointments IList<AppointmentItem>

Remarks

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

See Also