3 references to OnCollectionChanged
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorView.cs (3)
163
oldCollection.CollectionChanged -=
OnCollectionChanged
;
166
collection.CollectionChanged +=
OnCollectionChanged
;
168
OnCollectionChanged
(ItemsSource, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));