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

AccordionControl.SelectedRootItemChanged Event

Occurs when the AccordionControl.SelectedRootItem property value changes.

Namespace: DevExpress.Xpf.Accordion

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

Declaration

public event EventHandler<AccordionSelectedRootItemChangedEventArgs> SelectedRootItemChanged

Event Data

The SelectedRootItemChanged event's data class is DevExpress.Xpf.Accordion.AccordionSelectedRootItemChangedEventArgs.

Remarks

The event’s NewItem and OldItem parameters contain the currently selected root item and previously selected root item respectively.

The SelectedRootItemChanged event may only occur if the AccordionControl.ViewMode property is set to AccordionViewMode.NavigationPane.

See Also