SelectorBar.SelectionChanged Event

Definition

Occurs when the SelectorBar selection changes; that is, when the SelectedItem property has changed.

C#
public event TypedEventHandler<SelectorBar,SelectorBarSelectionChangedEventArgs> SelectionChanged;

Event Type

Remarks

This event is raised when an item is selected, which can happen in one of these ways:

  • The Tapped event through mouse or touch
  • Programmatic selection through the SelectorBar.SelectedItem property
  • Tabbed focus changes (and a new item is selected)
  • Left or right navigation within the SelectorBar
  • UI Automation

Applies to

Product Versions
Windows App SDK 1.5, 1.6