Event of IOutputPaneEvents
Called when tool started
Appplication.onCommand = function(strCommand) { return pbResult; };
function onCommand(strCommand)
{
return pbResult
}
Appplication.onCommand = onCommand
HRESULT COutputPaneEvents::onCommand(IOutputPane* pPane, BSTR strCommand, VARIANT_BOOL* pbResult) { }