Skip to main content

AppointmentItemCancelEventArgs(AppointmentItem) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentItemCancelEventArgs(
    AppointmentItem appointment
)

Parameters

Name Type Description
appointment AppointmentItem

An AppointmentItem object that is the appointment being deleted.

Remarks

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

See Also