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

AccordionItemCollapsedEventArgs(AccordionControl, Object) Constructor

Initializes a new instance of the AccordionItemCollapsedEventArgs class.

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v18.2.dll

Declaration

public AccordionItemCollapsedEventArgs(
    AccordionControl accordion,
    object item
)

Parameters

Name Type Description
accordion AccordionControl

An accordion control that has raised the event.

item Object

An item that has been collapsed

See Also