onBundleUninstalled
Event of IFrameEvents
Description
Called after new bundle uninstalled
Parameters
- IBundle pBundle
Syntax
JavaScript
Appplication.onBundleUninstalled = function() { };
Visual Basic Script
function onBundleUninstalled()
{
}
Appplication.onBundleUninstalled = onBundleUninstalled
C++
HRESULT CFrameEvents::onBundleUninstalled(IBundle* pBundle) { }