Caliburn Micro Binding KeyDown Event
摘要:public void ExecuteAction(ActionExecutionContext context) { var eventArgs = (KeyEventArgs)context.EventArgs; if (eventArgs.Key != Key.Enter) return; //Execute Actions... }
阅读全文
posted @
2014-01-05 01:33
蔚蓝海
阅读(501)
推荐(0) 编辑