2 references to CollectionViewUpdated
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\CarouselViewController.cs (2)
392
newItemsSource.CollectionViewUpdated +=
CollectionViewUpdated
;
401
oldObservableItemsSource.CollectionViewUpdated -=
CollectionViewUpdated
;