Skip to content
#

observable

Here are 51 public repositories matching this topic...

ObservableComputations

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

  • Updated Jan 23, 2023
  • C#

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 Obse…

  • Updated Jun 19, 2023
  • C#

Improve this page

Add a description, image, and links to the observable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the observable topic, visit your repo's landing page and select "manage topics."

Learn more