'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.