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