Occurs when an Appointment object is added.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

See Also