ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target frameworks are .NET 6+, .NET Framework 4.7.2 and .NET Standard 2.0.
MIT License
903
stars
101
forks
source link
Adds OnPropertyChanged to IReactiveProperty implementations #474
Adds
OnPropertyChanged
toReactiveProperty<T>
,ReactivePropertySlim<T>
andValidateableReactiveProperty<T>
to be used in derived classes.Related to #473