Event of IFrameEvents
Called when active document has been changed
Appplication.onDocumentSwitch = function() { };
==== Visual Basic Script ====
function onDocumentSwitch()
{
}
Appplication.onDocumentSwitch = onDocumentSwitch
==== C++ ====
HRESULT CFrameEvents::onDocumentSwitch(IBaseDocument* pActiveDocument) { }
===== See Also ===== IFrameEvents