Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / ActivePageChangedEventArgs Class / OldActivePage Property

In This Topic
    OldActivePage Property
    In This Topic
    Gets the previous value of ActivePage.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldActivePage As C1AccordionPage
    public C1AccordionPage OldActivePage {get;}
    See Also