Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1Accordion Class / OnActivePageChanged Method
An ActivePageChangedEventArgs that contains the event data.

In This Topic
    OnActivePageChanged Method
    In This Topic
    Raises the ActivePageChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnActivePageChanged( _
       ByVal e As ActivePageChangedEventArgs _
    ) 
    protected virtual void OnActivePageChanged( 
       ActivePageChangedEventArgs e
    )

    Parameters

    e
    An ActivePageChangedEventArgs that contains the event data.
    See Also