Skip to content

[RelayCommand] Not woking when method name end with 'Async' #459

Answered by Sergio0694
JaehwanMango asked this question in Q&A
Discussion options

You must be logged in to vote

You're binding to the wrong thing. If your method is named FooAsync, the command name will be FooCommand, and you need to bind to that. See the docs here 🙂

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JaehwanMango
Comment options

Answer selected by Sergio0694
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants