.NET Framework Class Library

IDocument.OperationProgress Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Events >

.NET Framework Class Library

IDocument.OperationProgress Event

Called when progress occurs in a document-processing operation.

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Event OperationProgress As EventHandler(Of OperationProgressEventArgs)

C#

event EventHandler<OperationProgressEventArgsOperationProgress

Visual C++

 event EventHandler<OperationProgressEventArgs^>^ OperationProgress {
 void add (EventHandler<OperationProgressEventArgs^>^ value);
 void remove (EventHandler<OperationProgressEventArgs^>^ value);
}

See Also

IDocument Interface

IDocument Members

Gnostice.Core.DOM Namespace