Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1Accordion Class / ActivePageChanged Event

In This Topic
    ActivePageChanged Event
    In This Topic
    Occurs when the ActivePage property changed.
    Syntax
    'Declaration
     
    
    Public Event ActivePageChanged As EventHandler(Of ActivePageChangedEventArgs)
    public event EventHandler<ActivePageChangedEventArgs> ActivePageChanged
    Event Data

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

    PropertyDescription
    Gets the current value of ActivePage.  
    Gets the previous value of ActivePage.  
    See Also