Skip to main content

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