onExpand

Event of IScriptVariableHandler

Description

Handler for IVariableHandler::Expand

Property type

Read-Write Property of type VARIANT

Syntax

JavaScript

var Action = ScriptVariableHandler.onExpand;
ScriptVariableHandler.onExpand = Action;

==== Visual Basic Script ====

Action = ScriptVariableHandler.onExpand
ScriptVariableHandler.onExpand = Action

==== C++ ====

VARIANT Action;
HRESULT hr = ScriptVariableHandler.get_onExpand(&Action);
hr = ScriptVariableHandler.put_onExpand(Action);

===== See Also ===== IScriptVariableHandler