iCalendarAppointmentExportedEventArgs Class
In This Article
Provides data for the AppointmentExporter.AppointmentExported event of the iCalendarExporter object.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#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
Object
EventArgs
AppointmentEventArgs
AppointmentExportedEventArgs
iCalendarAppointmentExportedEventArgs
See Also