Alternative to AsyncRelayCommand.IsRunning
that isnt true when the Command hasn't been executed yet
#956
Replies: 1 comment
-
Nevermind i'm stupid. Messed up the boolean converter... |
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
-
I was trying to attach interactivity of a form and visibility of a spinner to the question of whether or not the command attached to the form is being executed right now. But it seems that with the source generated command
IsRunning
istrue
right from the get go so much that the WPF designer even shows my spinner instead of my form.Is there a way to achieve this without flipping a bool within my async function body?
Beta Was this translation helpful? Give feedback.
All reactions