WPF: Observable collections for dynamic itemsource
WPF: Observable collections for dynamic itemsource
ObservableColeection is ObjectModel collection which can be used to store and l list of objects in .Net. One of the notable feature of this collection is that unlike other collection it can be automatically update itemsources.
Observablecollection implements IObservable Interface
C# ObjectModel collection
Where to use Observable
Observable can be best fit where keep need to observe…
View On WordPress














