3 references to CollectionViewUpdated
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\CarouselViewController.cs (2)
284
newItemsSource.
CollectionViewUpdated
+= CollectionViewUpdated;
293
oldObservableItemsSource.
CollectionViewUpdated
-= CollectionViewUpdated;
iOS\CollectionView\ObservableItemsSource.cs (1)
269
CollectionViewUpdated
?.Invoke(this, args);