iCalendarAppointmentImportedEventArgs Class
In This Article
Provides data for the AppointmentImporter.AppointmentImported event of the iCalendarImporter obejct.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Remarks
You should explicitly cast the passed object of the AppointmentImportedEventArgs type to iCalendarAppointmentImportedEventArgs within the event handler. Then, you can access the processed event calendar component via the iCalendarAppointmentImportedEventArgs.VEvent property.
#Inheritance
Object
EventArgs
AppointmentEventArgs
AppointmentImportedEventArgs
iCalendarAppointmentImportedEventArgs
See Also