A base class for your view models with methods that take a code quotation of a property to subscribe to, and makes use of IObservable for strongly typed subscriptions to PropertyChanged for this property. You might want to use System.Reactive and insert `Observable.DistinctUntilChanged` after `Observable.map`.
3 people like thisPosted: 6 years ago by Christer van der Meeren
An event that can defer publication of certain values until a later time, or drop them entirely.
0 people like thisPosted: 5 years ago by Christer van der Meeren