Skip to main content

AppointmentEventArgs.Appointment Property

Gets the appointment for which the event was raised.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public Appointment Appointment { get; }

#Property Value

Type Description
Appointment

An Appointment object which is the appointment for which the event was raised.

See Also