Occurs when the command is executed.
Syntax
<CommandName>_Execute(Batch)
| Name | Description |
|---|---|
|
Batch |
An object that represents the batch of documents the user has selected. |
Remarks
Use this event to execute the main logic of the command.
Related concepts