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

AppointmentSynchronizingEventArgs Constructors

Provides data for the AppointmentSynchronizer.AppointmentSynchronizing event.
Name Parameters Description
AppointmentSynchronizingEventArgs() none Initializes a new instance of the AppointmentSynchronizingEventArgs class with the default settings.
AppointmentSynchronizingEventArgs(Appointment) apt Initializes a new instance of the AppointmentSynchronizingEventArgs class with the specified appointment.
See Also