Skip to main content
A newer version of this page is available. .

ExchangeAppointmentEventArgs(Appointment) Constructor

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

Namespace: DevExpress.XtraScheduler

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

Declaration

public ExchangeAppointmentEventArgs(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment value that is the appointment for which an event is raised. This value is assigned to the AppointmentEventArgs.Appointment property.

Remarks

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

See Also