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