RelayCommand/AsyncRelayCommand/ #5
Replies: 2 comments 1 reply
-
[RelayCommand(CanExecute = nameof(CanSubmit))] 这里属性是不是该使用AsyncRelayCommand而不是RelayCommand。我还有个问题,如果我命名方法时候没有在结尾使用Async,工具包就不会对其造成任何更改。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
假如有完整Demo实例更好了 |
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.
-
RelayCommand/AsyncRelayCommand/
https://mvvm.coldwind.top/RelayCommand/AsyncRelayCommand/
Beta Was this translation helpful? Give feedback.
All reactions