Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.39 KB

selector_selectionchanged.md

File metadata and controls

31 lines (19 loc) · 1.39 KB
-api-id -api-type
E:Windows.UI.Xaml.Controls.Primitives.Selector.SelectionChanged
winrt event

Windows.UI.Xaml.Controls.Primitives.Selector.SelectionChanged

-description

Occurs when the currently selected item changes.

-xaml-syntax

<selector SelectionChanged="eventhandler"/>

-remarks

Note

For ListView and GridView: If the ItemsSource implements IItemsRangeInfo, and selection is modified using SelectRange or DeselectRange, the AddedItems and RemovedItems properties are not set in the SelectionChangedEventArgs. Setting these properties requires devirtualizing the item object. Use the SelectedRanges property to get the items instead.

-examples

-see-also