inotifycollectionchanged

There are 6 repositories under inotifycollectionchanged topic.

  • ObservableComputations

    IgorBuchelnikov/ObservableComputations

    Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces.

    Language:C#1094128
  • gsonnenf/ExtendedObservableCollection

    This library contains ObservableList<>, ObservableDictionary<,> ObservableSortedList<,> that implement INotifyCollectionChanged, INotifyPropertyChanged and a custom INotifyDictionaryChanged. Theses collections can be instantiated on their own, or can wrap standard .NET collections. Other Classes include: ObservableListAdapter - Syncronizes ObservableCollections of different types. ObservableListKeyed - An ObservableList that can accessed by Key mapped to an Item Property.

    Language:C#14430
  • FrancescoCrimi/CiccioSoft.Collections

    Generic IList and ISet implementations that implement INotifyCollectionChanged and IBindinList for netstandard2.0

    Language:C#2100
  • EverCodo/EverCodo.ChangesMonitoring

    A powerful framework to handle PropertyChanged and CollectionChanged events on an arbitrary hierarchy of nested objects and collections.

    Language:C#1000
  • FrancescoCrimi/CiccioSoft.NhbCollections

    NHibernate List, Bag and Set that implement IBindingList, INotifyCollectionChanged or both

    Language:C#0100
  • FrancescoCrimi/VirtualList

    VirtualList supports virtualization of large data sources for efficient presentation by XAML list controls

    Language:C#0100