[]
Occurs when the ExportAsync(ExportFilter) method has completed.
[C1Description("C1DocumentSource.ExportCompleted", "Occurs when the ExportAsync method has completed.")]
public event EventHandler<ExportCompletedEventArgs> ExportCompleted
<C1Description("C1DocumentSource.ExportCompleted", "Occurs when the ExportAsync method has completed.")>
Public Event ExportCompleted As EventHandler(Of ExportCompletedEventArgs)
| Type | Description |
|---|---|
| EventHandler<ExportCompletedEventArgs> | Occurs when the method has completed. |