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.
我的项目需要查看 PDF 文件,为此我使用了来自 Аpitron 的免费 PDF 查看器。问题是当页面更改时我想要通知或某些事件,但在控件本身上找不到它。我不敢相信这么明显的东西不见了,有人设法让它工作吗?
正如他们在文档中所写的那样,此控件与现有的导航服务集成,因此您可以使用 Document.Navigator.Navigated 事件并获取当前页面。