Skip to main content

AppointmentExporter.AppointmentExported Event

Occurs after an Appointment Exporter exports an appointment to an iCalendar file.

Namespace: DevExpress.XtraScheduler.Exchange

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

#Declaration

public event AppointmentExportedEventHandler AppointmentExported

#Event Data

The AppointmentExported event's handler receives an argument of the AppointmentExportedEventArgs type. The following properties provide information specific to this event:

Property Description
Appointment Gets the appointment for which the event was raised. Inherited from AppointmentEventArgs.

#Remarks

Handle the AppointmentExported event for AppointmentExporter descendants when implementing appointment export. For more on iCalendar support, refer to the corresponding iCalendar Support article.

See Also