Replies: 1 comment 5 replies
-
That already exists: Bind(s => s.MyProperty, MyPropertyChanged); |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Maybe we need something like below, rather than the
INotifyPropertyChanged.PropertyChanged
withswitch (e.PropertyName) { ... }
.Beta Was this translation helpful? Give feedback.
All reactions