Windows.UI.Xaml.Controls.SelectionChangedEventArgs.RemovedItems

June 22, 2022 ยท View on GitHub

-description

Gets a list that contains the items that were unselected.

-property-value

The loosely typed list of items that were unselected 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