Document Review custom menu events

The following Document Review events occur during the document review process if a customized menu is defined.

  • Application_BeforeCustomMenuDropDown - Use this event to activate or deactivate a customized menu command.

    Important This script event is fired often to ensure that you can use it to activate or deactiveate the menu. For example, when documents are loaded by a batch, or when you navigate between documents. As a result, the best practices is to not implement any message boxes for this event as the message is then displayed any time the event is fired.
  • Application_CustomMenuClicked - Use this event to define the action that occurs when the operator selects the menu command.