[]
        
(Showing Draft Content)

C1.WPF.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)
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.