2 references to SelectionChangedEventArgs
Microsoft.Maui.Controls (2)
Items\SelectableItemsView.cs (2)
147
SelectionPropertyChanged(this, new
SelectionChangedEventArgs
(oldSelection, newSelection));
228
var args = new
SelectionChangedEventArgs
(previousSelection, newSelection);