Assembly.OnFileSave Event

This event is fired when a file is saved.

Syntax

void OnFileSave ( HotDocs.HDAUI hdEvent, ref string FileName, ref string displayName, ref bool bOverride, ref bool vbDoDefaultSave )

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 saved.
displayName A descriptive name of the file being opened.
bOverride Return parameter:
  • *override == true means that HotDocs will not perform the file save.
  • *override == false means that HotDocs will continue normally.
vbDoDefaultSave true/false (Boolean) value