[]
        
(Showing Draft Content)

C1.Win.Accordion.PageExpandStateChangedEventArgs

PageExpandStateChangedEventArgs Class

Provides data for the PageExpandStateChanged event.

Inheritance
PageExpandStateChangedEventArgs
Namespace: C1.Win.Accordion
Assembly: C1.Win.Accordion.8.dll
Syntax
public class PageExpandStateChangedEventArgs : EventArgs

Constructors

Name Description
PageExpandStateChangedEventArgs(C1AccordionPage, bool)

Initializes a new instance of the PageExpandStateChangedEventArgs.

Properties

Name Description
NewExpandedState

Gets the new value of the Pages's IsExpanded.

Page

Gets the C1AccordionPage whose expand state has been changed.