WindowsCommunityToolkit icon indicating copy to clipboard operation
WindowsCommunityToolkit copied to clipboard

[Feature] NotifyPropertyChangedForSelfAndAttribute

Open DanielBaumert opened this issue 1 year ago • 2 comments

Describe the problem

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

  • one to configuring
  • the other for displaying and both are displayed at the same time.

Describe the solution

My solution is the NotifyPropertyChangedForSelfAndAttribute which can send a OnPropertyChanged to it self and to the for

Alternatives

No response

Additional info

No response

Help us help you

Yes, but only if others can assist.

DanielBaumert avatar Dec 06 '22 13:12 DanielBaumert