scripting:api:frame-events:on-bundle-uninstalled

onBundleUninstalled

Event of IFrameEvents

Called after new bundle uninstalled

Appplication.onBundleUninstalled = function() {
 
};

==== Visual Basic Script ====

function onBundleUninstalled()
{
 
}
 
Appplication.onBundleUninstalled = onBundleUninstalled

==== C++ ====

HRESULT CFrameEvents::onBundleUninstalled(IBundle* pBundle)
{
 
}

===== See Also ===== IFrameEvents