Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
3 references to CollectionChanged
Microsoft.Maui.Controls (3)
SwipeView\SwipeItems.cs (1)
148 CollectionChanged?.Invoke(this, notifyCollectionChangedEventArgs);
SwipeView\SwipeView.cs (2)
140 oldItems.CollectionChanged -= SwipeItemsCollectionChanged; 147 newItems.CollectionChanged += SwipeItemsCollectionChanged;