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
-
Maybe we need something like below, rather than the
INotifyPropertyChanged.PropertyChanged
withswitch (e.PropertyName) { ... }
.Beta Was this translation helpful? Give feedback.
All reactions