IDocumentSavingCallback

IDocumentSavingCallback

Overview

IDocumentSavingCallback is a interface in Aspose.Words FOSS for .NET.

Implement this interface if you want to have your own custom method called during saving a document.

This interface provides 1 method for working with IDocumentSavingCallback objects in .NET programs. Available methods include: Notify. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.

Methods

SignatureDescription
Notify(args: DocumentSavingArgs)This is called to notify of document saving progress.

See Also