在线编辑Word如何监控到用户保存动作?

var openDocObj = new ActiveXObject("SharePoint.OpenDocuments.1");
//此方法可以实现在线编辑的功能,但是要如何监控到用户已经编辑完成
openDocObj.EditDocument(lUrl+"./documents/sample.doc");

https://blog.csdn.net/Star_shaowei/article/details/78021250