[]
        
(Showing Draft Content)

C1.Win.Accordion.PageExpandStateChangingEventArgs

PageExpandStateChangingEventArgs Class

Provides data for the PageExpandStateChanging event.

Inheritance
PageExpandStateChangingEventArgs
Namespace: C1.Win.Accordion
Assembly: C1.Win.Accordion.8.dll
Syntax
public class PageExpandStateChangingEventArgs : CancelEventArgs

Constructors

Name Description
PageExpandStateChangingEventArgs(C1AccordionPage, bool)

Initializes a new instance of the PageExpandStateChangingEventArgs.

Properties

Name Description
NewExpandedState

Gets the value that IsExpanded is about to change to.

Page

Gets the C1AccordionPage whose expanded state is changing.