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