[]
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.
public event MultiDocumentItemEventHandler ItemGenerated
Type | Description |
---|---|
MultiDocumentItemEventHandler | Occurs when the generation of a document associated with a 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. |