[]
The AppointmentEventArgs class describes event data for Appointment events.
public class AppointmentEventArgs : EventArgs
| Name | Description |
|---|---|
| AppointmentEventArgs(Appointment) | Initializes a new instance of the AppointmentEventArgs class with the specified appointment. |
| Name | Description |
|---|---|
| Appointment | Gets the appointment which the event was raised for. |