onBundleInstalled

Event of IFrameEvents

Description

Called after new bundle installed

Parameters

Syntax

JavaScript

Appplication.onBundleInstalled = function() {
 
};

Visual Basic Script

function onBundleInstalled()
{
 
}
 
Appplication.onBundleInstalled = onBundleInstalled

C++

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

See Also

IFrameEvents