Application.OnAssemblyCompleteEvent Event

This event has been deprecated for HotDocs Desktop 11. AssemblyCompleteEvent is recommended for use instead.

This event is fired when an assembly is completed. It returns the name and path of the template that was used to assemble the document, the path to the assembled document, a pointer to the AnswerCollection object used in the assembly, and the assembly handle which was given when the assembly was added to the queue.

Syntax

void OnAssemblyCompleteEvent ( string tplTitle, string tplPath, string docPath, HotDocs._AnswerCollection ansColl, int AssemblyHandle )

Parameters Description
tplTitle The title of the template used during the assembly.
tplPath The file system path (including file name) of the template.
docPath The file system path to the assembled document. If the user chooses not to save the document, this will be an empty string ("").
ansColl A pointer to the AnswerCollection object used during the assembly.
assemblyHandle The assemblyhandle returned when the Assembly object was added to the queue.