1 implementation of GroupedCollectionChanged
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
519
event NotifyCollectionChangedEventHandler ITemplatedItemsList<TItem>.
GroupedCollectionChanged
3 references to GroupedCollectionChanged
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ListViewRenderer.cs (3)
196
templatedItems.
GroupedCollectionChanged
-= OnGroupedCollectionChanged;
263
templatedItems.
GroupedCollectionChanged
-= OnGroupedCollectionChanged;
297
templatedItems.
GroupedCollectionChanged
+= OnGroupedCollectionChanged;