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