[]
Occurs when an C1.Schedule.Appointment object is added.
[C1Description("AppointmentAdded", "Fired when Appointment is added.")]
[C1Category("Appointment")]
public event EventHandler<AppointmentEventArgs> AppointmentAdded
<C1Description("AppointmentAdded", "Fired when Appointment is added.")>
<C1Category("Appointment")>
Public Event AppointmentAdded As EventHandler(Of AppointmentEventArgs)
| Type | Description |
|---|---|
| EventHandler<AppointmentEventArgs> | Occurs when an object is added. |