Skip to main content

AppointmentCancelEventArgs(Appointment) Constructor

Initializes a new instance of the AppointmentCancelEventArgs class with the specified appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public AppointmentCancelEventArgs(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object. This value is assigned to the AppointmentEventArgs.Appointment property.

See Also