Occurs when the exporter finishes processing an Export.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler<EventArgs<Export>> ExportProcessed
Public Event ExportProcessed As EventHandler(Of EventArgs(Of Export))
public: virtual event EventHandler<EventArgs<Export^>^>^ ExportProcessed { void add (EventHandler<EventArgs<Export^>^>^ value); void remove (EventHandler<EventArgs<Export^>^>^ value); }
Remarks
Argument()()() is the Export that the exporter finished processing.