Skip to main content
All docs
V25.1
  • 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