5 references to SectionCollectionChanged
Microsoft.Maui.Controls (5)
TableView\TableRoot.cs (1)
27 EventHandler<ChildCollectionChangedEventArgs> handler = SectionCollectionChanged;
TableView\TableView.cs (4)
77 _tableModel.Root.SectionCollectionChanged -= OnSectionCollectionChanged; 86 _tableModel.Root.SectionCollectionChanged += OnSectionCollectionChanged; 250 tableRoot.SectionCollectionChanged += _parent.OnSectionCollectionChanged; 259 tableRoot.SectionCollectionChanged -= _parent.OnSectionCollectionChanged;