How to tie CommandBindings with RelayCommand #1124
Unanswered
michaelmairegger
asked this question in
Q&A
Replies: 2 comments
-
Is something like the answer here helpful? https://stackoverflow.com/a/36254653/19489416 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does this solution works in such a way, that when the RelayCommand's CanExecute returns false the CommandBindig is also deactivated? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is it somehow possible to tie the funcionality of RelayCommand (e.g. DissallowConcurrency) with WPFs CommandBindings?
new CommandBinding(ApplicationCommands.Save, SaveAsync, CanSave)
Beta Was this translation helpful? Give feedback.
All reactions