.NET Framework Class Library

DocEventArgs Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocEventArgs Class

This class represents event data about operations performed by [!:Gnostice.Controls.WinForms.DocumentViewer].

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Public Class DocEventArgs _
 Inherits EventArgs

C#

public class DocEventArgs : EventArgs

Visual C++

public ref class DocEventArgs : public EventArgs

Inheritance Hierarchy

System.Object

System.EventArgs

  Gnostice.Core.DocEventArgs

    Gnostice.Core.DocumentEngineIdentifiedEventArgs

    Gnostice.Core.DocumentProcessingErrorEventArgs

    Gnostice.Core.LoadCompletedEventArgs

    Gnostice.Core.OperationProgressEventArgs

    Gnostice.Core.PageEventArgs

    Gnostice.Documents.ReplaceVariableEventArgs

See Also

DocEventArgs Members

Gnostice.Core Namespace