Closed DanielBaumert closed 1 year ago
Hello :D
Today I reached the point where I have to send two OnPropertyChanged(...) because my object has two views:
OnPropertyChanged(...)
It would be cool to have an attribute that handles this situation.
My solution is the NotifyPropertyChangedForSelfAndAttribute
NotifyPropertyChangedForSelfAndAttribute
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