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

OutlookAppointmentSynchronizingEventArgs(Appointment, _AppointmentItem) Constructor

Initializes new instance of the OutlookAppointmentSynchronizingEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler.Outlook

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

Declaration

public OutlookAppointmentSynchronizingEventArgs(
    Appointment apt,
    _AppointmentItem olApt
)

Parameters

Name Type Description
apt Appointment

An Appointment object that is a Scheduler appointment.

olApt _AppointmentItem

An _AppointmentItem object that is a MS Outlook appointment.

See Also