Event of IFrameEvents
Called when focus set removed from the document
Appplication.onFocusLost = function() { };
function onFocusLost() { } Appplication.onFocusLost = onFocusLost
HRESULT CFrameEvents::onFocusLost(ITextView* pView) { }
IFrameEvents