Skip to main content

OutlookAppointmentSynchronizedEventArgs(_AppointmentItem) Constructor

Initializes a new instance of the OutlookAppointmentSynchronizedEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public OutlookAppointmentSynchronizedEventArgs(
    _AppointmentItem olApt
)

Parameters

Name Type Description
olApt _AppointmentItem

An _AppointmentItem object representing the MS Outlook appointment.

See Also