ICalendarExporter.AppointmentExported Event
In This Article
Occurs after the ICalendarExporter exports an appointment to an iCalendar file or stream.
Namespace: DevExpress.Xpf.Scheduling.iCalendar
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Event Data
The AppointmentExported event's data class is DevExpress.Xpf.Scheduling.iCalendar.AppointmentItemExportedEventArgs.
See Also