我有问题。当我更改按钮IsEnabled属性(其目的是全局只读模式)时,RelayCommand CanExecute不再更改IsEnabled,但调用了CanExecute方法!。我看到该命令仍然被附加和调用。我错过了什么?
发布于 2017-10-25 02:42:28
替换
using GalaSoft.MvvmLight.Command;通过以下方式:
using GalaSoft.MvvmLight.CommandWpf;https://stackoverflow.com/questions/46683013
复制相似问题