2 references to CollectionViewUpdated
Microsoft.Maui.Controls (2)
Handlers\Items2\iOS\CarouselViewController2.cs (2)
331
newItemsSource.CollectionViewUpdated +=
CollectionViewUpdated
;
340
oldObservableItemsSource.CollectionViewUpdated -=
CollectionViewUpdated
;