====== onExecute ====== Event of [[:scripting:api:script-code-template-handler:start|IScriptCodeTemplateHandler]] ===== Description ===== [[:scripting:api:code-template-handler:execute|ICodeTemplateHandler::Execute]] handler (function) ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT|VARIANT]]** ===== Syntax ===== ==== JavaScript ==== var Action = ScriptCodeTemplateHandler.onExecute; ScriptCodeTemplateHandler.onExecute = Action; ==== Visual Basic Script ==== Action = ScriptCodeTemplateHandler.onExecute ScriptCodeTemplateHandler.onExecute = Action ==== C++ ==== VARIANT Action; HRESULT hr = ScriptCodeTemplateHandler.get_onExecute(&Action); hr = ScriptCodeTemplateHandler.put_onExecute(Action); ===== See Also ===== [[:scripting:api:script-code-template-handler:start|IScriptCodeTemplateHandler]] ~~NOTOC~~