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.
我正在为 MS Word 创建一个插件来监视复制/粘贴事件。由于我们有 Wordsavehandler 来监控保存事件,我没有找到任何事件处理程序来监控复制/粘贴或剪切/粘贴。任何人都可以建议使用事件处理程序吗?请帮我解决它。
基于MSDN,我认为 XMLAfterInsert 和 XMLBeforeDelete 事件是您正在寻找的。