RelayCommand & NotifyCanExecuteChangedFor for nested Item #1131
Unanswered
michaelmairegger
asked this question in
Q&A
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.
-
I have the following classes:
I have a
[RelayCommand]whichsNotifyCanExecuteChangedForis not dependant on a property in the same class but on a property of a complex object. I have the following use case: The[RelayCommand] should only be notified whenProperty1orProperty2has changed, not forProperty3. Is it possible to notify it with this library?This issue is similar to #755 with Prism that was easily done with:
Beta Was this translation helpful? Give feedback.
All reactions