2 references to CollectionChanged
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ObservableItemsSource.cs (2)
30
((INotifyCollectionChanged)itemSource).CollectionChanged +=
CollectionChanged
;
55
((INotifyCollectionChanged)_itemsSource).CollectionChanged -=
CollectionChanged
;