Back to Devexpress

AppointmentExportedEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-dee8d355.md

latest2.0 KB
Original Source

AppointmentExportedEventArgs Class

Provides data for the AppointmentExporter.AppointmentExported event.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

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

AppointmentExportedEventArgs is the data class for the following events:

Remarks

An instance of the AppointmentExportedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs AppointmentEventArgs AppointmentExportedEventArgs iCalendarAppointmentExportedEventArgs

OutlookAppointmentExportedEventArgs

See Also

AppointmentExportedEventArgs Members

AppointmentExported

DevExpress.XtraScheduler Namespace