runceel / ReactiveProperty

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

Closed hayer closed 8 months ago

hayer commented 9 months ago

Adds OnPropertyChanged to ReactiveProperty<T>, ReactivePropertySlim<T> and ValidateableReactiveProperty<T> to be used in derived classes.

Related to #473

runceel commented 8 months ago

@hayer Thank you for your contribution. I’ll incorporate this PR into a new package.