Assembly.OnFileOpen Event

This event is fired when a file is opened.

Syntax

void OnFileOpen ( HotDocs.HDAUI hdEvent, ref string FileName, ref string displayName, ref bool vbDoDefaultOpen )

Parameters Description
hdEvent The user interface item selected. It is one of the values from the HAUI enumeration
FileName The name of the file being opened.
displayName A descriptive name of the file being opened.
bOverride Return parameter:
  • *override == true means that HotDocs will not open the file.
  • *override == false means that HotDocs will continue normally.