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. ====== onBundleUninstalled ====== Event of [[:scripting:api:frame-events:start|IFrameEvents]] ===== Description ===== Called after new bundle uninstalled ===== Parameters ===== * [[:scripting:api:bundle:start|IBundle]] **pBundle** ===== Syntax ===== ==== JavaScript ==== <code javascript> Appplication.onBundleUninstalled = function() { }; </code>==== Visual Basic Script ==== <code vb> function onBundleUninstalled() { } Appplication.onBundleUninstalled = onBundleUninstalled </code>==== C++ ==== <code cpp> HRESULT CFrameEvents::onBundleUninstalled(IBundle* pBundle) { } </code>===== See Also ===== [[:scripting:api:frame-events:start|IFrameEvents]] ~~NOTOC~~