Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的 wp7 项目中实现了 textbox.Keydown 事件以失去焦点并使软键盘在按键时隐藏。它适用于美国软键盘。但是当我将系统语言和键盘更改为日语时,按键事件不是当我按下键并能够使用键盘插入文本时调用。如何解决这个问题?
您尝试订阅该TextChanged事件。
TextChanged