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

AppointmentRemovedEventArgs(IList<AppointmentItem>) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentRemovedEventArgs(
    IList<AppointmentItem> appointments
)

Parameters

Name Type
appointments IList<AppointmentItem>

Remarks

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

See Also