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

Action unknown: plugin_bookcreator__addtobook

onBundleInstalled

Event of IFrameEvents

Called after new bundle installed

Appplication.onBundleInstalled = function() {
 
};

==== Visual Basic Script ====

function onBundleInstalled()
{
 
}
 
Appplication.onBundleInstalled = onBundleInstalled

==== C++ ====

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

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