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. ====== onOutputNavigate ====== Event of [[:scripting:api:script-output-pane:start|IScriptOutputPane]] ===== Description ===== onOutputNavigate handler (function) ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT|VARIANT]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var Action = ScriptOutputPane.onOutputNavigate; ScriptOutputPane.onOutputNavigate = Action; </code>==== Visual Basic Script ==== <code vb> Action = ScriptOutputPane.onOutputNavigate ScriptOutputPane.onOutputNavigate = Action </code>==== C++ ==== <code cpp> VARIANT Action; HRESULT hr = ScriptOutputPane.get_onOutputNavigate(&Action); hr = ScriptOutputPane.put_onOutputNavigate(Action); </code>===== See Also ===== [[:scripting:api:script-output-pane:start|IScriptOutputPane]] ~~NOTOC~~