Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / PageExpandStateChangedEventArgs Class / PageExpandStateChangedEventArgs Constructor
A C1AccordionPage whose expand state has been changed.
The new value of page's IsExpandedproperty.

In This Topic
    PageExpandStateChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the PageExpandStateChangedEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal page As C1AccordionPage, _
       ByVal newExpandedState As Boolean _
    )
    public PageExpandStateChangedEventArgs( 
       C1AccordionPage page,
       bool newExpandedState
    )

    Parameters

    page
    A C1AccordionPage whose expand state has been changed.
    newExpandedState
    The new value of page's IsExpandedproperty.
    See Also