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

iCalendarAppointmentExportedEventArgs Class

Provides data for the AppointmentExporter.AppointmentExported event of the iCalendarExporter.

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public class iCalendarAppointmentExportedEventArgs :
    AppointmentExportedEventArgs

Remarks

You should explicitly cast the passed object of a AppointmentExportedEventArgs type to iCalendarAppointmentExportedEventArgs within the event handler. Then, you can access the loaded event calendar component via the iCalendarAppointmentImportingEventArgs.VEvent property.

An instance of the iCalendarAppointmentExportedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

See Also