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. ====== onExecute ====== Event of [[:scripting:api:script-short-key-handler:start|IScriptShortKeyHandler]] ===== Description ===== Handler for IShortKeyHandler::onExecute ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT|VARIANT]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var Action = ScriptShortKeyHandler.onExecute; ScriptShortKeyHandler.onExecute = Action; </code>==== Visual Basic Script ==== <code vb> Action = ScriptShortKeyHandler.onExecute ScriptShortKeyHandler.onExecute = Action </code>==== C++ ==== <code cpp> VARIANT Action; HRESULT hr = ScriptShortKeyHandler.get_onExecute(&Action); hr = ScriptShortKeyHandler.put_onExecute(Action); </code>===== See Also ===== [[:scripting:api:script-short-key-handler:start|IScriptShortKeyHandler]] ~~NOTOC~~