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

onFocusSet

Event of IFrameEvents

Called when focus set to a document

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