scripting:api:command-handler-listener:on-before-execute

No renderer 'pdf' found for mode 'pdf'

onBeforeExecute

Before command execute

  • BSTR strCommandName
Appplication.onBeforeExecute = function() {
  return pbContinue;
};
function onBeforeExecute()
{
  return pbContinue
}
 
Appplication.onBeforeExecute = onBeforeExecute
HRESULT CCommandHandlerListener::onBeforeExecute(BSTR strCommandName, VARIANT_BOOL* pbContinue)
{
 
}