Occurs when an Appointment object is changed.

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

Syntax

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

See Also