[]
Occurs when the C1.Schedule.Appointment.RecurrenceState property of an C1.Schedule.Appointment object is changed.
[C1Description("AppointmentRecurrenceStateChanged", "Fired when Appointment.RecurrenceState is changed.")]
[C1Category("Appointment")]
public event EventHandler<AppointmentEventArgs> AppointmentRecurrenceStateChanged
<C1Description("AppointmentRecurrenceStateChanged", "Fired when Appointment.RecurrenceState is changed.")>
<C1Category("Appointment")>
Public Event AppointmentRecurrenceStateChanged As EventHandler(Of AppointmentEventArgs)
| Type | Description |
|---|---|
| EventHandler<AppointmentEventArgs> | Occurs when the property of an object is changed. |