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