1 instantiation of ChildCollectionChangedEventArgs
Microsoft.Maui.Controls (1)
TableView\TableRoot.cs (1)
29 handler(this, new ChildCollectionChangedEventArgs(notifyCollectionChangedEventArgs));
3 references to ChildCollectionChangedEventArgs
Microsoft.Maui.Controls (3)
TableView\TableRoot.cs (2)
23 internal event EventHandler<ChildCollectionChangedEventArgs> SectionCollectionChanged; 27 EventHandler<ChildCollectionChangedEventArgs> handler = SectionCollectionChanged;
TableView\TableView.cs (1)
159 void OnSectionCollectionChanged(object sender, ChildCollectionChangedEventArgs childCollectionChangedEventArgs)