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.
是否可以在 WinRT 中注册类事件处理程序?
在 WPF 中,这可以通过EventManager.RegisterClassHandler. WinRT中是否有任何等价物?
EventManager.RegisterClassHandler
它不是可用的 API,因为 Jupiter 中没有路由事件。您需要它的场景是什么?大多数全局事件都可以通过 Window.Current.CoreWindow 处理。