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

AppointmentSynchronizedEventArgs Constructors

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