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

onDocumentClose

Event of IFrameEvents

Called when before document closed

Appplication.onDocumentClose = function() {
 
};
function onDocumentClose()
{
 
}
 
Appplication.onDocumentClose = onDocumentClose
HRESULT CFrameEvents::onDocumentClose(IBaseDocument* pDocument)
{
 
}