Application.AssemblyCompleteEvent Event

This event is fired when assembly completes.

AssemblyCompleteEvent is a replacement event method for OnAssemblyCompleteEvent. It is intended to eliminate the need to pass the AnswerCollection by pointer and instead wrap it in a object. This should help Visual Basic programmers deal with the VARIANT event. This event should be fired at the same time as OnAssemblyCompleteEvent.

Syntax

void AssemblyCompleteEvent(string tplTitle, string tplPath, string docPath, object ansColl, int assemblyHandle)