4 references to OnSectionCollectionChanged
Microsoft.Maui.Controls (4)
TableView\TableView.cs (4)
77
_tableModel.Root.SectionCollectionChanged -=
OnSectionCollectionChanged
;
86
_tableModel.Root.SectionCollectionChanged +=
OnSectionCollectionChanged
;
250
tableRoot.SectionCollectionChanged += _parent.
OnSectionCollectionChanged
;
259
tableRoot.SectionCollectionChanged -= _parent.
OnSectionCollectionChanged
;