Skip to main content
A newer version of this page is available. .

ICalendarExporter.AppointmentExported Event

Occurs after the ICalendarExporter exports an appointment to an iCalendar file or stream.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public event AppointmentItemExportedEventHandler AppointmentExported

Event Data

The AppointmentExported event's data class is DevExpress.Xpf.Scheduling.iCalendar.AppointmentItemExportedEventArgs.

See Also