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. ====== onDocumentDeleted ====== Event of [[:scripting:api:frame-events:start|IFrameEvents]] ===== Description ===== Called when document is deleted ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **pszName** ===== Syntax ===== ==== JavaScript ==== <code javascript> Appplication.onDocumentDeleted = function() { }; </code>==== Visual Basic Script ==== <code vb> function onDocumentDeleted() { } Appplication.onDocumentDeleted = onDocumentDeleted </code>==== C++ ==== <code cpp> HRESULT CFrameEvents::onDocumentDeleted(BSTR pszName) { } </code>===== See Also ===== [[:scripting:api:frame-events:start|IFrameEvents]] ~~NOTOC~~