[]
        
(Showing Draft Content)

C1.Document.C1DocumentSource.ExportCompleted

ExportCompleted Event

Occurs when the ExportAsync(ExportFilter) method has completed.

Namespace: C1.Document
Assembly: C1.Document.4.6.2.dll
Syntax
[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)
Returns
Type Description
EventHandler<ExportCompletedEventArgs> Occurs when the method has completed.