3 references to CollectionViewUpdating
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\CarouselViewController.cs (2)
283
newItemsSource.
CollectionViewUpdating
+= CollectionViewUpdating;
292
oldObservableItemsSource.
CollectionViewUpdating
-= CollectionViewUpdating;
iOS\CollectionView\ObservableItemsSource.cs (1)
262
CollectionViewUpdating
?.Invoke(this, args);