2013年5月20日

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 梦想飞的鱼 阅读(179) 评论(0) 推荐(0) 编辑

导航