Skip to main content

ExchangeAppointmentEventArgs Class

Provides data for the AppointmentExchanger.GetAppointmentForeignId event.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public class ExchangeAppointmentEventArgs :
    AppointmentEventArgs

Remarks

The AppointmentExchanger.GetAppointmentForeignId event occurs before an Appointment Exchanger retrieves information about an appointment Id in a database of the scheduler application (for instance, MS Outlook) which the appointments data is exchanged with. Usually you don’t need to handle this event manually.

The ExchangeAppointmentEventArgs class introduces the ExchangeAppointmentEventArgs.Id property that specifies the Id value of the appointment in a scheduler application database. The processed appointment is identified by the AppointmentEventArgs.Appointment property.

An instance of the ExchangeAppointmentEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
AppointmentEventArgs
ExchangeAppointmentEventArgs
See Also