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. ====== onFocusLost ====== Event of [[:scripting:api:frame-events:start|IFrameEvents]] ===== Description ===== Called when focus set removed from the document ===== Parameters ===== * [[:scripting:api:text-view:start|ITextView]] **pView** ===== Syntax ===== ==== JavaScript ==== <code javascript> Appplication.onFocusLost = function() { }; </code>==== Visual Basic Script ==== <code vb> function onFocusLost() { } Appplication.onFocusLost = onFocusLost </code>==== C++ ==== <code cpp> HRESULT CFrameEvents::onFocusLost(ITextView* pView) { } </code>===== See Also ===== [[:scripting:api:frame-events:start|IFrameEvents]] ~~NOTOC~~