我正在尝试检测用户何时使用word interop编辑word文档。
我意识到这甚至不是内置的:http://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.application_events.aspx
是否有其他方法可以模拟此事件或捕获任何编辑?
发布于 2012-09-06 01:12:19
听起来您需要添加自己的自定义事件处理程序。编辑:或使用Document.Saved属性。
How to: Implement Interface Events
How to check if word document has changes
detecting when a user opens a word document and when he types in it (in c#)
https://stackoverflow.com/questions/12286150
复制相似问题