.NET Framework Class Library

DocumentProcessingErrorEventHandler Delegate

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace >

.NET Framework Class Library

DocumentProcessingErrorEventHandler Delegate

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Delegate Sub DocumentProcessingErrorEventHandler ( _
 sender As Object, _
 e As DocumentProcessingErrorEventArgs _
)

C#

public delegate void DocumentProcessingErrorEventHandler(
 Object sender,
 DocumentProcessingErrorEventArgs e
)

Visual C++

public delegate void DocumentProcessingErrorEventHandler(
 Objectsender,
 DocumentProcessingErrorEventArgse
)

Parameters

sender

Type: System.Object

e

Type: Gnostice.Controls.WPF.DocumentProcessingErrorEventArgs

See Also

Gnostice.Controls.WPF Namespace