Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / ActivePageChangedEventArgs Class / ActivePageChangedEventArgs Constructor
The previous ActivePage value.
The current ActivePage value.

In This Topic
    ActivePageChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the ActivePageChangedEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal oldActivePage As C1AccordionPage, _
       ByVal newActivePage As C1AccordionPage _
    )
    public ActivePageChangedEventArgs( 
       C1AccordionPage oldActivePage,
       C1AccordionPage newActivePage
    )

    Parameters

    oldActivePage
    The previous ActivePage value.
    newActivePage
    The current ActivePage value.
    See Also