Occurs when an Appointment object is deleted.

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

Syntax

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

See Also