Occurs when an Appointment object is added.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public event EventHandler<AppointmentActionEventArgs> AppointmentAdded
Visual Basic (Declaration)
Public Event AppointmentAdded As EventHandler(Of AppointmentActionEventArgs)

See Also