onOutputCommand

Event of IScriptApplication

Description

Handler for IOutputPaneEvents::onCommand

Property type

Read-Write Property of type VARIANT

Syntax

JavaScript

var Action = ScriptApplication.onOutputCommand;
ScriptApplication.onOutputCommand = Action;

Visual Basic Script

Action = ScriptApplication.onOutputCommand
ScriptApplication.onOutputCommand = Action

C++

VARIANT Action;
HRESULT hr = ScriptApplication.get_onOutputCommand(&Action);
hr = ScriptApplication.put_onOutputCommand(Action);

See Also

IScriptApplication