Occurs when an Appointment object is deleted.

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

Syntax

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

See Also