Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== onToolStateChange ====== Event of [[:scripting:api:output-pane-events:start|IOutputPaneEvents]] ===== Description ===== Called when state of captured tool changed ===== Parameters ===== * [[:scripting:api:output-pane:start|IOutputPane]] **pPane** * [[:scripting:api:tool-state|eToolState]] **nState** ===== Syntax ===== ==== JavaScript ==== <code javascript> Appplication.onToolStateChange = function(nState) { }; </code>==== Visual Basic Script ==== <code vb> function onToolStateChange(nState) { } Appplication.onToolStateChange = onToolStateChange </code>==== C++ ==== <code cpp> HRESULT COutputPaneEvents::onToolStateChange(IOutputPane* pPane, eToolState nState) { } </code>===== See Also ===== [[:scripting:api:output-pane-events:start|IOutputPaneEvents]] ~~NOTOC~~