scripting:api:frame-events:on-focus-lost

onFocusLost

Event of IFrameEvents

Called when focus set removed from the document

Appplication.onFocusLost = function() {
 
};
function onFocusLost()
{
 
}
 
Appplication.onFocusLost = onFocusLost
HRESULT CFrameEvents::onFocusLost(ITextView* pView)
{
 
}