Skip to main content

ExpandStateChangingEventArgs(AccordionControlElement, ExpandCollapseElementList) Constructor

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

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