Event of IScriptShortKeyHandler
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);