哪个元素失去了焦点? [Windows Phone 7、Silverlight]
有一种情况 - 一个 UI 元素获得焦点。如何确定哪个元素在此之前失去了焦点?
There is situation - one UI element gets focus. How to determine which element has lost its focus before that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信没有简单的方法。您必须听取所涉及的 UIElements LostFocus 事件。
I believe there is no easy way. You will have to listen to the involved UIElements LostFocus Event.