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

In This Topic
    NewExpandedState Property (PageExpandStateChangingEventArgs)
    In This Topic
    Gets the value that IsExpanded is about to change to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewExpandedState As Boolean
    public bool NewExpandedState {get;}
    See Also