Back to Devexpress

ExchangeAppointmentEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-75338c10.md

latest2.5 KB
Original Source

ExchangeAppointmentEventArgs Class

Provides data for the AppointmentExchanger.GetAppointmentForeignId event.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class ExchangeAppointmentEventArgs :
    AppointmentEventArgs
vb
Public Class ExchangeAppointmentEventArgs
    Inherits AppointmentEventArgs

ExchangeAppointmentEventArgs is the data class for the following events:

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

ExchangeAppointmentEventArgs Members

DevExpress.XtraScheduler Namespace