.NET Framework Class Library

DocumentViewer.DocumentProcessingError Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.Xamarin Namespace > DocumentViewer Class > DocumentViewer Events >

.NET Framework Class Library

DocumentViewer.DocumentProcessingError Event

Occurs when the document engine encounters an error when processing the document that is being loaded.

Namespace: Gnostice.Controls.Xamarin

Assembly:  Gnostice.Controls.Xamarin (in Gnostice.Controls.Xamarin.dll)

Syntax

Visual Basic

Public Event DocumentProcessingError As EventHandler(Of DocumentProcessingErrorEventArgs)

C#

public event EventHandler<DocumentProcessingErrorEventArgsDocumentProcessingError

Visual C++

public:
 event EventHandler<DocumentProcessingErrorEventArgs^>^ DocumentProcessingError {
 void add (EventHandler<DocumentProcessingErrorEventArgs^>^ value);
 void remove (EventHandler<DocumentProcessingErrorEventArgs^>^ value);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.Xamarin Namespace