Occurs when the generation of a document associated with a
C1MultiDocumentItem has completed. On some systems garbage collection does not always work correctly without explicit calls to
GC. Use this event to call
GC.Collect() to ensure that multi-document generation does not cause an out of memory exception.
The event handler receives an argument of type MultiDocumentItemEventArgs containing data related to this event. The following MultiDocumentItemEventArgs properties provide information specific to this event.