corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-bc0ad7d7.md
Provides data for the AppointmentExporter.AppointmentExported event of the iCalendarExporter.
Namespace : DevExpress.XtraScheduler.iCalendar
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public class iCalendarAppointmentExportedEventArgs :
AppointmentExportedEventArgs
Public Class iCalendarAppointmentExportedEventArgs
Inherits AppointmentExportedEventArgs
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.
Object EventArgs AppointmentEventArgs AppointmentExportedEventArgs iCalendarAppointmentExportedEventArgs
See Also