Event of IFrameEvents
Called after new bundle installed
Appplication.onBundleInstalled = function() { };
function onBundleInstalled()
{
}
Appplication.onBundleInstalled = onBundleInstalled
HRESULT CFrameEvents::onBundleInstalled(IBundle* pBundle) { }