Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / PageExpandStateChangingEventArgs Class / PageExpandStateChangingEventArgs Constructor
A C1AccordionPage whose expand state is changing.
The new value of page's IsExpandedproperty.

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

    Parameters

    page
    A C1AccordionPage whose expand state is changing.
    newExpandedState
    The new value of page's IsExpandedproperty.
    See Also