Back to Devexpress

AppointmentExportingEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-ba195a21.md

latest2.2 KB
Original Source

AppointmentExportingEventArgs Class

Provides data for the AppointmentExporter.AppointmentExporting event.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentExportingEventArgs :
    AppointmentCancelEventArgs
vb
Public Class AppointmentExportingEventArgs
    Inherits AppointmentCancelEventArgs

AppointmentExportingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs AppointmentEventArgs AppointmentCancelEventArgs AppointmentExportingEventArgs iCalendarAppointmentExportingEventArgs

OutlookAppointmentExportingEventArgs

See Also

AppointmentExportingEventArgs Members

AppointmentExporting

DevExpress.XtraScheduler Namespace