A newer version of this page is available.
Switch to the current version.
iCalendarAppointmentImportedEventArgs Class
Provides data for the AppointmentImporter.AppointmentImported event of the iCalendarImporter.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public class iCalendarAppointmentImportedEventArgs :
AppointmentImportedEventArgs
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
Feedback