corelibraries-devexpress-dot-xtrascheduler-ba195a21.md
Provides data for the AppointmentExporter.AppointmentExporting event.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class AppointmentExportingEventArgs :
AppointmentCancelEventArgs
Public Class AppointmentExportingEventArgs
Inherits AppointmentCancelEventArgs
AppointmentExportingEventArgs is the data class for the following events:
An instance of the AppointmentExportingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Object EventArgs AppointmentEventArgs AppointmentCancelEventArgs AppointmentExportingEventArgs iCalendarAppointmentExportingEventArgs
OutlookAppointmentExportingEventArgs
See Also