[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.AppointmentAdded

AppointmentAdded Event

Occurs when an C1.Schedule.Appointment object is added.

Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.10.dll
Syntax
[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)
Returns
Type Description
EventHandler<AppointmentEventArgs> Occurs when an object is added.