.NET Framework Class Library

DocumentEngineIdentifiedEventArgs Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentEngineIdentifiedEventArgs Class

Represents details about event fired when a document engine that can load a document has been identified. This event can be utilized to set properties and other events on the document engine before the document is loaded.

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Public Class DocumentEngineIdentifiedEventArgs _
 Inherits DocEventArgs

C#

public class DocumentEngineIdentifiedEventArgs : DocEventArgs

Visual C++

public ref class DocumentEngineIdentifiedEventArgs : public DocEventArgs

Inheritance Hierarchy

System.Object

System.EventArgs

  Gnostice.Core.DocEventArgs

    Gnostice.Core.DocumentEngineIdentifiedEventArgs

See Also

DocumentEngineIdentifiedEventArgs Members

Gnostice.Core Namespace