How does CommandManager.RequerySuggested work?
Posted
by Andrei Rinea
on Stack Overflow
See other posts from Stack Overflow
or by Andrei Rinea
Published on 2010-05-04T07:47:29Z
Indexed on
2010/05/04
9:08 UTC
Read the original article
Hit count: 832
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)
© Stack Overflow or respective owner