Declaration Syntax
C# | Visual Basic | Visual C++ |
event EventHandler<EventArgs<Export>> ExportProcessException
Event ExportProcessException As EventHandler(Of EventArgs(Of Export))
event EventHandler<EventArgs<Export^>^>^ ExportProcessException { void add (EventHandler<EventArgs<Export^>^>^ value); void remove (EventHandler<EventArgs<Export^>^>^ value); }
Remarks
Argument()()() is the Export that the exporter failed to process.