onExecute
Event of IScriptCommandHandler
Description
ICommandHandler::Execute handler (function)
Property type
Read-Write Property of type VARIANT
Syntax
JavaScript
var Action = ScriptCommandHandler.onExecute; ScriptCommandHandler.onExecute = Action;
Visual Basic Script
Action = ScriptCommandHandler.onExecute ScriptCommandHandler.onExecute = Action
C++
VARIANT Action; HRESULT hr = ScriptCommandHandler.get_onExecute(&Action); hr = ScriptCommandHandler.put_onExecute(Action);