Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / AppointmentRecurrenceStateChanged Event

In This Topic
    AppointmentRecurrenceStateChanged Event (C1Schedule)
    In This Topic
    Occurs when the RecurrenceState property of an C1.C1Schedule.Appointment object is changed.
    Syntax
    'Declaration
     
    Public Event AppointmentRecurrenceStateChanged As System.EventHandler(Of AppointmentEventArgs)
    public event System.EventHandler<AppointmentEventArgs> AppointmentRecurrenceStateChanged
    Event Data

    The event handler receives an argument of type AppointmentEventArgs containing data related to this event. The following AppointmentEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the appointment which the event was raised for.  
    See Also