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