Assembly.OnUserInterfaceEvent Event

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.

Syntax

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:
  • *override == true will cancel the user interface action.
  • *override == false will allow the action to continue normally.