Assembly.OnFileSelectEvent Event

This event is fired when a file is selected.

Syntax

void OnFileSelectEvent ( HotDocs.HDAUI hdEvent, ref string FileName, bool bSelectOnly, ref bool override )

Parameters Description
hdEvent The event that has occurred.
FileName The name of the selected file.
bSelectOnly true/false (Boolean) value
override Return parameter:
  • *override == true means that HotDocs will not perform the default file selection operation.
  • *override == false means that HotDocs will continue normally.