[]
Occurs when the GenerateAsync() method has completed.
[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)
| Type | Description |
|---|---|
| EventHandler<AsyncCompletedEventArgs> | Occurs when the method has completed. |