IFieldUpdatingCallback
Overview
IFieldUpdatingCallback is a interface in Aspose.Words FOSS for .NET.
Implement this interface if you want to have your own custom methods called during a field update.
This interface provides 2 methods for working with IFieldUpdatingCallback objects in .NET programs.
Available methods include: FieldUpdated, FieldUpdating.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
FieldUpdating(field: Field) | A user defined method that is called just before a field is updated. |
FieldUpdated(field: Field) | A user defined method that is called just after a field is updated. |