Back to Devexpress

iCalendarAppointmentExportedEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-bc0ad7d7.md

latest2.5 KB
Original Source

iCalendarAppointmentExportedEventArgs Class

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

Declaration

csharp
public class iCalendarAppointmentExportedEventArgs :
    AppointmentExportedEventArgs
vb
Public Class iCalendarAppointmentExportedEventArgs
    Inherits AppointmentExportedEventArgs

Remarks

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.

Inheritance

Object EventArgs AppointmentEventArgs AppointmentExportedEventArgs iCalendarAppointmentExportedEventArgs

See Also

iCalendarAppointmentExportedEventArgs Members

AppointmentExporting

CalendarStructureCreated

DevExpress.XtraScheduler.iCalendar Namespace