Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.15 KB

selectionchangedeventargs.md

File metadata and controls

26 lines (16 loc) · 1.15 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.SelectionChangedEventArgs
winrt class

Windows.UI.Xaml.Controls.SelectionChangedEventArgs

-description

Provides data for the SelectionChanged 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

RoutedEventArgs