Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / PageIsClosedChangedEventArgs Class / NewClosedState Property

In This Topic
    NewClosedState Property
    In This Topic
    Gets the new value of the Pages's C1AccordionPage.IsClosed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewClosedState As Boolean
    public bool NewClosedState {get;}
    See Also