About the custom command events

The custom command events occur when a custom command is executed in the Meridian desktop clients only.

The events that occur for the custom commands are shown in the following list in the sequence that they occur.

Custom command event sequence

  • DocGenericEvent_PrepareCommand
  • <CommandName>_Initialize1
  • <CommandName>_State
  • <CommandName>_BeforeWizard
  • DocGenericEvent_OnProperties
  • <CommandName>_AfterWizard
  • <CommandName>_Execute
  • <CommandName>_Terminate1
  • <CommandName>_State

Notes

  1. Does not occur in Meridian Power

Each of the custom command event procedures is described in the following topics.