Skip to main content

AppointmentExportedEventArgs Class

Provides data for the AppointmentExporter.AppointmentExported event.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public class AppointmentExportedEventArgs :
    AppointmentEventArgs

#Remarks

Note that AppointmentExportedEventArgs objects are automatically created, initialized and passed to the AppointmentExporter.AppointmentExported event handlers.

See Also