[]
Initializes a new instance of the ExportCompletedEventArgs class.
public ExportCompletedEventArgs(ExportFilter exporter, Exception error, bool cancelled)
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. |