====== onBundleInstalled ======
Event of [[:scripting:api:frame-events:start|IFrameEvents]]
===== Description =====
Called after new bundle installed
===== Parameters =====
* [[:scripting:api:bundle:start|IBundle]] **pBundle**
===== Syntax =====
==== JavaScript ====
Appplication.onBundleInstalled = function() {
};
==== Visual Basic Script ====
function onBundleInstalled()
{
}
Appplication.onBundleInstalled = onBundleInstalled
==== C++ ====
HRESULT CFrameEvents::onBundleInstalled(IBundle* pBundle)
{
}
===== See Also =====
[[:scripting:api:frame-events:start|IFrameEvents]]
~~NOTOC~~