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

onBundleInstalled

Event of IFrameEvents

Called after new bundle installed

Appplication.onBundleInstalled = function() {
 
};
function onBundleInstalled()
{
 
}
 
Appplication.onBundleInstalled = onBundleInstalled
HRESULT CFrameEvents::onBundleInstalled(IBundle* pBundle)
{
 
}