Skip to main content
A newer version of this page is available. .

AppointmentExportingEventArgs(Appointment) Constructor

Initializes a new instance of the AppointmentExportingEventArgs class with the specified appointment.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public AppointmentExportingEventArgs(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object that is the appointment for which the event was raised. This value is assigned to the AppointmentEventArgs.Appointment property.

See Also