Silverlight Command的运用
摘要:
1:写一个类继承ICommand接口public class MyCommand : ICommand { private readonly Action<object> executeAction; private readonly Func<object, bool> canExecuteAction; public event EventHandler CanExecuteChanged; public MyCommand(Action<object> executeAction) : this(exec... 阅读全文
posted @ 2013-05-20 20:49 梦想飞的鱼 阅读(188) 评论(0) 推荐(0)
浙公网安备 33010602011771号