Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / PageExpandStateChangedEventArgs Class / NewExpandedState Property

In This Topic
    NewExpandedState Property (PageExpandStateChangedEventArgs)
    In This Topic
    Gets the new value of the Pages's IsExpanded.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewExpandedState As Boolean
    public bool NewExpandedState {get;}
    See Also