.NET Framework Class Library
IDocument.ProcessingError Event
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Events > IDocument.ProcessingError Event |
Called when an error occurs in a document-processing operation.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Event ProcessingError As EventHandler(Of DocumentProcessingErrorEventArgs) |
C# |
event EventHandler<DocumentProcessingErrorEventArgs> ProcessingError |
Visual C++ |
event EventHandler<DocumentProcessingErrorEventArgs^>^ ProcessingError { |