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

ICalendarExporter.AppointmentExporting Event

Occurs before an ICalendarExporter class exports an appointment

Namespace: DevExpress.Xpf.Scheduling.iCalendar

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public event AppointmentItemExportingEventHandler AppointmentExporting

Event Data

The AppointmentExporting event's data class is DevExpress.Xpf.Scheduling.iCalendar.AppointmentItemExportingEventArgs.

Remarks

The AppointmentExporting event allows you to decide what to do if conflicting items are found, and select which appointments should be exported.

See Also