[]
        
(Showing Draft Content)

C1.Win.Accordion.ActivePageChangedEventArgs.-ctor

ActivePageChangedEventArgs Constructor

ActivePageChangedEventArgs(C1AccordionPage, C1AccordionPage)

Initializes a new instance of the ActivePageChangedEventArgs.

Declaration
public ActivePageChangedEventArgs(C1AccordionPage oldActivePage, C1AccordionPage newActivePage)
Public Sub New(oldActivePage As C1AccordionPage, newActivePage As C1AccordionPage)
Parameters
Type Name Description
C1AccordionPage oldActivePage

The previous ActivePage value.

C1AccordionPage newActivePage

The current ActivePage value.