[]
        
(Showing Draft Content)

C1.Win.Accordion.PageExpandStateChangedEventArgs.-ctor

PageExpandStateChangedEventArgs Constructor

PageExpandStateChangedEventArgs(C1AccordionPage, bool)

Initializes a new instance of the PageExpandStateChangedEventArgs.

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

A C1AccordionPage whose expand state has been changed.

bool newExpandedState

The new value of page's IsExpandedproperty.