Application.OnUserInterfaceEvent Event

This event is fired when the user selects items in the library user interface.

Syntax

void OnUserInterfaceEvent ( HotDocs.HDLUI hdEvent, out bool override )

Parameters Description
hdevent The user interface item selected. It is one of the values from the HDLUI enumeration.
override Return parameter:
  • *override == true will cancel the user interface action.
  • *override == false will allow the action to continue normally.