Event of IDocumentBaseEvents
Called when document state has been updated
Appplication.onDocumentStateUpdate = function() { };
function onDocumentStateUpdate()
{
}
Appplication.onDocumentStateUpdate = onDocumentStateUpdate
HRESULT CDocumentBaseEvents::onDocumentStateUpdate(IBaseDocument* pDocument) { }