Event of IScriptApplication
Handler for IFrameEvents::onBundleInstalled
Read-Write Property of type VARIANT
var Action = ScriptApplication.onBundleInstalled; ScriptApplication.onBundleInstalled = Action;
Action = ScriptApplication.onBundleInstalled ScriptApplication.onBundleInstalled = Action
VARIANT Action; HRESULT hr = ScriptApplication.get_onBundleInstalled(&Action); hr = ScriptApplication.put_onBundleInstalled(Action);