This event is fired when the user selects certain options at the assembly interface. This can be useful if the integration wants to override a particular HotDocs feature or command.
void OnUserInterfaceEvent ( HotDocs.HDAUI hdEvent, out bool override )
Parameters | Description |
hdEvent | The user interface item selected. It will be one of the members of the HDAUI enumeration. |
override | Return parameter:
|