In HotDocs 10 and earlier this event was listed as OnPostSaveAnswersEvent. 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 OnPostSaveAnswersEvent.
This event is fired after an answer file is saved.
void PostSaveAnswersEvent ( HotDocs._AnswerCollection answers )
Parameters | Description |
answers | The answer collection that was saved to disk. |