Occurs when the RecurrenceState property of an Appointment object is changed.

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

Syntax

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

See Also