Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / AppointmentCollection Class / AppointmentRecurrenceStateChanged Event

In This Topic
    AppointmentRecurrenceStateChanged Event (AppointmentCollection)
    In This Topic
    Occurs when RecurrenceState of an appointment 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