Event of IFrameEvents
Called when before document closed
Appplication.onDocumentClose = function() { };
function onDocumentClose()
{
}
Appplication.onDocumentClose = onDocumentClose
HRESULT CFrameEvents::onDocumentClose(IBaseDocument* pDocument) { }