Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== onDocumentSave ====== Event of [[:scripting:api:frame-events:start|IFrameEvents]] ===== Description ===== Called after document saved ===== Parameters ===== * [[:scripting:api:base-document:start|IBaseDocument]] **pDocument** ===== Syntax ===== ==== JavaScript ==== <code javascript> Appplication.onDocumentSave = function() { }; </code>==== Visual Basic Script ==== <code vb> function onDocumentSave() { } Appplication.onDocumentSave = onDocumentSave </code>==== C++ ==== <code cpp> HRESULT CFrameEvents::onDocumentSave(IBaseDocument* pDocument) { } </code>===== See Also ===== [[:scripting:api:frame-events:start|IFrameEvents]] ~~NOTOC~~