5 references to CollectionViewUpdating
Microsoft.Maui.Controls (5)
Handlers\Items\iOS\CarouselViewController.cs (2)
391 newItemsSource.CollectionViewUpdating += CollectionViewUpdating; 400 oldObservableItemsSource.CollectionViewUpdating -= CollectionViewUpdating;
Handlers\Items\iOS\ObservableItemsSource.cs (1)
329 CollectionViewUpdating?.Invoke(this, args);
Handlers\Items2\iOS\CarouselViewController2.cs (2)
330 newItemsSource.CollectionViewUpdating += CollectionViewUpdating; 339 oldObservableItemsSource.CollectionViewUpdating -= CollectionViewUpdating;