[]
        
(Showing Draft Content)

C1.Document.C1DocumentSource.GenerateCompleted

GenerateCompleted Event

Occurs when the GenerateAsync() method has completed.

Namespace: C1.Document
Assembly: C1.Document.4.6.2.dll
Syntax
[C1Description("C1DocumentSource.GenerateCompleted", "Occurs when the GenerateAsync method has completed.")]
public event EventHandler<AsyncCompletedEventArgs> GenerateCompleted
<C1Description("C1DocumentSource.GenerateCompleted", "Occurs when the GenerateAsync method has completed.")>
Public Event GenerateCompleted As EventHandler(Of AsyncCompletedEventArgs)
Returns
Type Description
EventHandler<AsyncCompletedEventArgs> Occurs when the method has completed.