Ara*_*and 9 c# wpf xaml routed-commands
我有一个ICommand我想从代码中解雇(执行go); 我该怎么做呢?
ICommand
SLa*_*aks 24
尝试调用该Execute方法.
Execute
Cam*_*and 8
假设有someCommand有commandArgs:
someCommand
commandArgs
if (someCommand.CanExecute(commandArgs)) { someCommand.Execute(commandArgs); }
归档时间:
16 年,1 月 前
查看次数:
9395 次
最近记录:
6 年,11 月 前