.NET Framework Class Library
DocumentEngineIdentifiedEventArgs Class
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > 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)
Visual Basic |
Public Class DocumentEngineIdentifiedEventArgs _ |
C# |
public class DocumentEngineIdentifiedEventArgs : DocEventArgs |
Visual C++ |
public ref class DocumentEngineIdentifiedEventArgs : public DocEventArgs |
System.Object
System.EventArgs
Gnostice.Core.DocumentEngineIdentifiedEventArgs