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

AccordionSelectionChangedEventArgs Properties

Contains data for the SelectionChanged event.
Name Description
DeselectedItems Returns a collection of previously selected items. Inherited from NavigationSelectionChangedEventArgs<TInfo>.
Reason Returns the reason why the Accordion item’s selection state changed.
SelectedItems Returns a collection of currently selected items. Inherited from NavigationSelectionChangedEventArgs<TInfo>.
See Also