Aspose::Words::Fields::IFieldUpdatingCallback interface
IFieldUpdatingCallback interface
Implement this interface if you want to have your own custom methods called during a field update.
class IFieldUpdatingCallback : public virtual System::Object
Methods
Method | Description |
---|---|
virtual FieldUpdated(System::SharedPtr<Aspose::Words::Fields::Field>) | A user defined method that is called just after a field is updated. |
virtual FieldUpdating(System::SharedPtr<Aspose::Words::Fields::Field>) | A user defined method that is called just before a field is updated. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
static Type() |
See Also
- Namespace Aspose::Words::Fields
- Library Aspose.Words for C++