Event of IScriptVariableHandler
Handler for IVariableHandler::Expand
Read-Write Property of type VARIANT
var Action = ScriptVariableHandler.onExpand; ScriptVariableHandler.onExpand = Action;
Action = ScriptVariableHandler.onExpand ScriptVariableHandler.onExpand = Action
VARIANT Action; HRESULT hr = ScriptVariableHandler.get_onExpand(&Action); hr = ScriptVariableHandler.put_onExpand(Action);