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