Is it posible to force revalute and dynamically revalute the canExecute of ICommand at the same time?

前端 未结 0 1430
日久生厌
日久生厌 2020-11-30 06:31

in my previous implementation of the Icommand, I had this:

public event EventHandler CanExecuteChanged
{
    add { CommandManager.RequerySuggested += value; }         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题