Implemented interface member:
5 references to CollectionChanged
Microsoft.Maui.Controls (5)
TableView\TableRoot.cs (3)
42 CollectionChanged += (sender, args) => 48 section.CollectionChanged += ChildCollectionChanged; 57 section.CollectionChanged -= ChildCollectionChanged;
TableView\TableView.cs (2)
249 tableRoot.CollectionChanged += _parent.CollectionChanged; 258 tableRoot.CollectionChanged -= _parent.CollectionChanged;