Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / OnAppointmentRecurrenceStateChanged Method

In This Topic
    OnAppointmentRecurrenceStateChanged Method
    In This Topic
    Raises a AppointmentRecurrenceStateChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAppointmentRecurrenceStateChanged( _
       ByVal e As AppointmentActionEventArgs _
    ) 
    protected virtual void OnAppointmentRecurrenceStateChanged( 
       AppointmentActionEventArgs e
    )

    Parameters

    e
    See Also