Skip to main content
A newer version of this page is available. .

iCalendarAppointmentImportedEventArgs Class

Provides data for the AppointmentImporter.AppointmentImported event of the iCalendarImporter.

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public class iCalendarAppointmentImportedEventArgs :
    AppointmentImportedEventArgs

Remarks

You should explicitly cast the passed object of a AppointmentImportedEventArgs type to iCalendarAppointmentImportedEventArgs within the event handler. Then you can access the processed event calendar component via the iCalendarAppointmentImportedEventArgs.VEvent property.

Inheritance

See Also