Implement an extension method of NotifyPropertyChanged for convenience #51936
Unanswered
osamakawish
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In all honesty, I'd do this myself, and know how to. I just don't know where you guys would want me to put it. And part of it is also that I've never worked on someone else's code before.
Basically, I want a method like the following in some class:
Since this is a very convenient method to use and I use it repeatedly. It could go inside a static class within the
System.ObjectModel
assembly.It's commonly used for property binding, as provided as an example here.
Beta Was this translation helpful? Give feedback.
All reactions