[]
        
(Showing Draft Content)

C1.Document.ExportCompletedEventArgs.-ctor

ExportCompletedEventArgs Constructor

ExportCompletedEventArgs(ExportFilter, Exception, bool)

Initializes a new instance of the ExportCompletedEventArgs class.

Declaration
public ExportCompletedEventArgs(ExportFilter exporter, Exception error, bool cancelled)
Public Sub New(exporter As ExportFilter, [error] As Exception, cancelled As Boolean)
Parameters
Type Name Description
ExportFilter exporter

An ExportFilter object defining export parameters.

Exception error

Any error that occurred during the asynchronous operation.

bool cancelled

A value indicating whether the asynchronous operation was canceled.