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