| C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : AppointmentAdded Event |
'Declaration Public Event AppointmentAdded As System.EventHandler(Of AppointmentEventArgs)
public event System.EventHandler<AppointmentEventArgs> AppointmentAdded
The event handler receives an argument of type AppointmentEventArgs containing data related to this event. The following AppointmentEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Appointment | Gets the appointment which the event was raised for. |