scripting:api:frame-events:on-document-close

onDocumentClose

Event of IFrameEvents

Called when before document closed

Appplication.onDocumentClose = function() {
 
};

==== Visual Basic Script ====

function onDocumentClose()
{
 
}
 
Appplication.onDocumentClose = onDocumentClose

==== C++ ====

HRESULT CFrameEvents::onDocumentClose(IBaseDocument* pDocument)
{
 
}

===== See Also ===== IFrameEvents