Event of IScriptApplication
Handler for IOutputPaneEvents::onCommand
Read-Write Property of type VARIANT
var Action = ScriptApplication.onOutputCommand; ScriptApplication.onOutputCommand = Action;
Action = ScriptApplication.onOutputCommand ScriptApplication.onOutputCommand = Action
VARIANT Action; HRESULT hr = ScriptApplication.get_onOutputCommand(&Action); hr = ScriptApplication.put_onOutputCommand(Action);