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.
我正在开发一个 windows phone 8 c# 应用程序。我必须获得已放置在应用程序栏中的前进和后退按钮的长按事件,但仅发现应用程序栏按钮的 Click 事件。
请让我知道如何捕获应用程序栏按钮的长按事件?
提前致谢
这是不可能的。ApplicationBar API 非常严格,这是 Microsoft 为确保一致性而有意采取的举措。您不能处理来自 ApplicationBar 的任意事件。如果您想要这种行为,则必须构建自己的 UI 来支持它。
值得注意的是,您的用户不会期望在应用栏上出现“长按”(通常称为点击并按住)行为。