Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== onExpand ====== Event of [[:scripting:api:script-variable-handler:start|IScriptVariableHandler]] ===== Description ===== Handler for [[:scripting:api:variable-handler:expand|IVariableHandler::Expand]] ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT|VARIANT]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var Action = ScriptVariableHandler.onExpand; ScriptVariableHandler.onExpand = Action; </code>==== Visual Basic Script ==== <code vb> Action = ScriptVariableHandler.onExpand ScriptVariableHandler.onExpand = Action </code>==== C++ ==== <code cpp> VARIANT Action; HRESULT hr = ScriptVariableHandler.get_onExpand(&Action); hr = ScriptVariableHandler.put_onExpand(Action); </code>===== See Also ===== [[:scripting:api:script-variable-handler:start|IScriptVariableHandler]] ~~NOTOC~~