OutlookAppointmentExportedEventArgs(Appointment, _AppointmentItem) Constructor
In This Article
Initializes new instance of the OutlookAppointmentExportedEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public OutlookAppointmentExportedEventArgs(
Appointment apt,
_AppointmentItem olApt
)
#Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment object that is a Scheduler appointment. |
ol |
_Appointment |
An _Appointment |
See Also