.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 > IDocument.OperationProgress Event |
Called when progress occurs in a document-processing operation.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Event OperationProgress As EventHandler(Of OperationProgressEventArgs) |
C# |
event EventHandler<OperationProgressEventArgs> OperationProgress |
Visual C++ |
event EventHandler<OperationProgressEventArgs^>^ OperationProgress { |