[]
        
(Showing Draft Content)

C1.Win.Accordion.PageIsClosedChangedEventArgs

PageIsClosedChangedEventArgs Class

Provides data for the PageIsClosedChanged event.

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

Constructors

Name Description
PageIsClosedChangedEventArgs(C1AccordionPage, bool)

Initializes a new instance of the PageIsClosedChangedEventArgs.

Properties

Name Description
NewClosedState

Gets the new value of the Pages's IsClosed.

Page

Gets the C1AccordionPage whose closed state has been changed.