JsFunction_BeforeDocumentClosed
JsFunction_BeforeDocumentClosed 事件,在文档关闭之前执行指定的JavaScript函数。
语法:
document.getElementById("PageOfficeCtrl1").JsFunction_BeforeDocumentClosed = "Js函数名称";
[!note]
该事件的使用方法请参考事件 JsFunction_AfterDocumentOpened 的使用示例。