Back to Devexpress

iCalendarAppointmentImportedEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-51d9331d.md

latest2.3 KB
Original Source

iCalendarAppointmentImportedEventArgs Class

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

Namespace : DevExpress.XtraScheduler.iCalendar

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class iCalendarAppointmentImportedEventArgs :
    AppointmentImportedEventArgs
vb
Public Class iCalendarAppointmentImportedEventArgs
    Inherits 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

Object EventArgs AppointmentEventArgs AppointmentImportedEventArgs iCalendarAppointmentImportedEventArgs

See Also

iCalendarAppointmentImportedEventArgs Members

AppointmentImporting

CalendarStructureCreated

DevExpress.XtraScheduler.iCalendar Namespace