Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
2 references to CollectionChanged
Microsoft.Maui.Controls (2)
Shell\ShellElementCollection.cs (2)
122
CollectionChanged
?.Invoke(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Remove, list));
163
CollectionChanged
?.Invoke(this, e);