.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 >

.NET Framework Class Library

IDocument.ProcessingError Event

Called when an error occurs in a document-processing operation.

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Event ProcessingError As EventHandler(Of DocumentProcessingErrorEventArgs)

C#

event EventHandler<DocumentProcessingErrorEventArgsProcessingError

Visual C++

 event EventHandler<DocumentProcessingErrorEventArgs^>^ ProcessingError {
 void add (EventHandler<DocumentProcessingErrorEventArgs^>^ value);
 void remove (EventHandler<DocumentProcessingErrorEventArgs^>^ value);
}

See Also

IDocument Interface

IDocument Members

Gnostice.Core.DOM Namespace