onText

Event of IScriptCodeTemplateHandler

Description

ICodeTemplateHandler::GetText handler (function)

Property type

Read-Write Property of type 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 ===== IScriptCodeTemplateHandler