[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.AppointmentRecurrenceStateChanged

AppointmentRecurrenceStateChanged Event

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

Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.10.dll
Syntax
[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)
Returns
Type Description
EventHandler<AppointmentEventArgs> Occurs when the property of an object is changed.