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

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