Occurs when an Appointment object is changed.

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

Syntax

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

See Also