1 implementation of CollectionChanged
Microsoft.Maui.Controls (1)
ListProxy.cs (1)
110
public event NotifyCollectionChangedEventHandler
CollectionChanged
;
3 references to CollectionChanged
Microsoft.Maui.Controls (3)
TemplatedItemsList.cs (3)
92
ListProxy.
CollectionChanged
+= OnProxyCollectionChanged;
953
ListProxy.
CollectionChanged
-= OnProxyCollectionChanged;
961
ListProxy.
CollectionChanged
+= OnProxyCollectionChanged;