Skip to main content
A newer version of this page is available. .

ExpandStateChangingEventArgs(AccordionControlElement, ExpandCollapseElementList) Constructor

Initializes a new instance of the ExpandStateChangingEventArgs class with the specified settings.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public ExpandStateChangingEventArgs(
    AccordionControlElement element,
    ExpandCollapseElementList elementsToExpandCollapse
)

Parameters

Name Type Description
element AccordionControlElement

An object used to initialize the ExpandStateChangingEventArgs.Element property.

elementsToExpandCollapse DevExpress.XtraBars.Navigation.ExpandCollapseElementList

An object used to initialize the ExpandStateChangingEventArgs.ElementsToExpandCollapse property.

See Also