[]
        
(Showing Draft Content)

C1.Win.Accordion.PageExpandStateChangingEventArgs.-ctor

PageExpandStateChangingEventArgs Constructor

PageExpandStateChangingEventArgs(C1AccordionPage, bool)

Initializes a new instance of the PageExpandStateChangingEventArgs.

Declaration
public PageExpandStateChangingEventArgs(C1AccordionPage page, bool newExpandedState)
Parameters
Type Name Description
C1AccordionPage page

A C1AccordionPage whose expand state is changing.

bool newExpandedState

The new value of page's IsExpandedproperty.