CommunityToolkit / MVVM-Samples

Sample repo for MVVM package
Other
1.11k stars 222 forks source link

[Proposal] NotifyPropertyChangedForSelfAndAttribute #106

Closed DanielBaumert closed 1 year ago

DanielBaumert commented 1 year ago

Hello :D

Today I reached the point where I have to send two OnPropertyChanged(...) because my object has two views:

It would be cool to have an attribute that handles this situation.

My solution is the NotifyPropertyChangedForSelfAndAttribute