IFieldUpdatingProgressCallback

IFieldUpdatingProgressCallback

Overview

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

Implement this interface if you want to track field updating progress.

This interface provides 1 method for working with IFieldUpdatingProgressCallback 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: FieldUpdatingProgressArgs)A user defined method that is called when updating progress is changed.

See Also