How does CommandManager.RequerySuggested work?
I cannot tell you exactly what events the CommandManager listens to. However, I can tell you that you should be careful when using the CommandManager in connection with asynchronous operations. I had the following problem when I used the CommandManager in my ICommand implementations: I had a button bound to an ICommand which triggered an … Read more