Skip to main content

iCalendarAppointmentExportedEventArgs Class

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

Namespace: DevExpress.XtraScheduler.iCalendar

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

#Declaration

public class iCalendarAppointmentExportedEventArgs :
    AppointmentExportedEventArgs

#Remarks

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

#Inheritance

See Also