scripting:api:script-short-key-handler:on-execute

onExecute

Handler for IShortKeyHandler::onExecute

Read-Write Property of type VARIANT

var Action = ScriptShortKeyHandler.onExecute;
ScriptShortKeyHandler.onExecute = Action;
Action = ScriptShortKeyHandler.onExecute
ScriptShortKeyHandler.onExecute = Action
VARIANT Action;
HRESULT hr = ScriptShortKeyHandler.get_onExecute(&Action);
hr = ScriptShortKeyHandler.put_onExecute(Action);