.NET Framework Class Library

IFlowDocument Events

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

IFlowDocument Events

The IFlowDocument type exposes the following members.

Events

 

Name

Description

Public event

LoadCompleted


Public event

NeedFileName

Called when a page or the whole document is about to be saved to a file.

(Inherited from IDocument.)

Public event

NeedPassword

Called when a password is required to decrypt a document.

(Inherited from IDocument.)

Public event

NeedStream

Called when a stream is required to save an document.

(Inherited from IDocument.)

Public event

OperationProgress

Called when progress occurs in a document-processing operation.

(Inherited from IDocument.)

Public event

PageReady


Public event

ProcessingError

Called when an error occurs in a document-processing operation.

(Inherited from IDocument.)

See Also

IFlowDocument Interface

Gnostice.Core.DOM Namespace