corelibraries-devexpress-dot-xtrascheduler-75338c10.md
Provides data for the AppointmentExchanger.GetAppointmentForeignId event.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class ExchangeAppointmentEventArgs :
AppointmentEventArgs
Public Class ExchangeAppointmentEventArgs
Inherits AppointmentEventArgs
ExchangeAppointmentEventArgs is the data class for the following events:
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.
Object EventArgs AppointmentEventArgs ExchangeAppointmentEventArgs
See Also