Event of IScriptVariableHandler
Handler for IVariableHandler::Expand
Read-Write Property of type VARIANT
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