Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
8 references to CollectionChanged
Microsoft.Maui.Controls (8)
MultiPage.cs (1)
37 _templatedItems.CollectionChanged += OnTemplatedItemsChanged;
TemplatedItemsList.cs (7)
717 group.Value.CollectionChanged -= OnInnerCollectionChanged; 779 groupProxy.CollectionChanged += OnInnerCollectionChanged; 786 NotifyCollectionChangedEventHandler changed = CollectionChanged; 832 til.CollectionChanged -= OnInnerCollectionChanged; 855 til.CollectionChanged -= OnInnerCollectionChanged; 1238 _itemsList.CollectionChanged += OnItemsListCollectionChanged; 1247 _itemsList.CollectionChanged -= OnItemsListCollectionChanged;