Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / ExportCompletedEventArgs Class / ExportCompletedEventArgs Constructor
An C1.Win.C1Document.Export.ExportFilter object defining export parameters.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.

In This Topic
    ExportCompletedEventArgs Constructor
    In This Topic
    Initializes a new instance of the ExportCompletedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal exporter As ExportFilter, _
       ByVal error As Exception, _
       ByVal cancelled As Boolean _
    )
    public ExportCompletedEventArgs( 
       ExportFilter exporter,
       Exception error,
       bool cancelled
    )

    Parameters

    exporter
    An C1.Win.C1Document.Export.ExportFilter object defining export parameters.
    error
    Any error that occurred during the asynchronous operation.
    cancelled
    A value indicating whether the asynchronous operation was canceled.
    See Also