22 packages tagged with “INotifyCollectionChanged”
ObservableCollectionEx is designed to postpone or disable notifications during collection update. The ObservanleCollectionEx is a direct replacement for ObservableCollection and could be used without any code modifications.
Observable helpers with short-and-easy and UI-safe property implementations. Can be used for any MVVM software architectural applications.
Inheritable classes that implement notifying interfaces.
Provides change notifications (INotifyPropertyChanged) for nested data structures (e.g. INotifyCollectionChanged<INotifyPropertyChanged>)
Miminum set of the MVVM portability libarary.
A powerful framework to handle PropertyChanged and CollectionChanged events on arbitrary hierarchy of nested objects and collections.
ObservableCollectionWithAddRange adds the AddRange and ClearAndAddRange methods to the ObservableCollection
Package Description
An unopinionated Blazor state management library that utilizes INotifyPropertyChanged and INotifyCollectionChanged interfaces to automatically detect state changes in components.
Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces. The computations include ones similar to LINQ (collections), the computation of arbitrary expression (scalar value), and additional features. The computations are implemented as extension methods, like LINQ ones. You can combine calls of ObservableComputations extension methods including chaining and nesting, as you do for LINQ methods. Computations in background threads, including parallel ones, as well as time-related processing of CollectionChanged and PropertyChanged events, are supported. ObservableComputations is easy to use and powerful implementation of reactive programming paradigm. With ObservableComputations, your code will fit more to the functional style than with standard LINQ.
Additional collections ('a zoo of collections') that extend the collections provided by .NET
ObservableDictionary based on AVLTree with O(log N) insert/removal operations. Collection event aren't "Reset" but with proper positioning so it can be bound to the UI without affecting sort/group/highlight position on update. Source code, usage and example can be found at https://github.com/sam0737/hellosam.net.collections (Observable Dictionary, Observable Collection)
User-defined types change notifications support for Entity Framework Core
A flexible, highly-performant Collection implementing INotifyPropertyChanged and INotifyCollectionChanged that can automatically detect changes to itself and the properties of its Items without any configuration
Generic IList and ISet implementations that implement INotifyCollectionChanged and IBindinList
Miminum set of the MVVM portability library, backported as far back as .NET Framework 2.0
NHibernate List, Bag and Set that implement IBindingList, INotifyCollectionChanged or both
Set of classes for easy and powerful implementation / use of INotifyPropertyChanged and INotifyCollectionChanged based objects.
Object change tracking library for .NET applications.
A set of useful and powerful collection classes.