How does CommandManager.RequerySuggested work?
- by Andrei Rinea
The MSDN only states that
Occurs when the CommandManager detects conditions that might change the ability of a command to execute.
However I can't seem to find any traces of how this works, what I should be aware of / avoid etc...
Does it just listen for input? (i.e.: mouse moves, keys pressed and so on)