Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.06 KB

selectionchangedeventargs_addeditems.md

File metadata and controls

28 lines (17 loc) · 1.06 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.SelectionChangedEventArgs.AddedItems
winrt property

Windows.UI.Xaml.Controls.SelectionChangedEventArgs.AddedItems

-description

Gets a list that contains the items that were selected.

-property-value

The loosely typed collection of items that were selected in this event.

-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. Setting these properties requires devirtualizing the item object. Use the SelectedRanges property to get the items instead.

-examples

-see-also