Event of ICommandHandlerListener
After command execute
Appplication.onAfterExecute = function() { return pbContinue; };
function onAfterExecute()
{
return pbContinue
}
Appplication.onAfterExecute = onAfterExecute
HRESULT CCommandHandlerListener::onAfterExecute(BSTR strCommandName, VARIANT_BOOL* pbContinue) { }