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. ====== onApplicationClose ====== Event of [[:scripting:api:frame-events:start|IFrameEvents]] ===== Description ===== Called before application has been closed ===== Parameters ===== * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bSaveState** ===== Syntax ===== ==== JavaScript ==== <code javascript> Appplication.onApplicationClose = function() { }; </code>==== Visual Basic Script ==== <code vb> function onApplicationClose() { } Appplication.onApplicationClose = onApplicationClose </code>==== C++ ==== <code cpp> HRESULT CFrameEvents::onApplicationClose(VARIANT_BOOL bSaveState) { } </code>===== See Also ===== [[:scripting:api:frame-events:start|IFrameEvents]] ~~NOTOC~~