Aspose::Words::Fields::IFieldUpdatingProgressCallback interface

IFieldUpdatingProgressCallback interface

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

class IFieldUpdatingProgressCallback : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual Notify(System::SharedPtr<Aspose::Words::Fields::FieldUpdatingProgressArgs>)A user defined method that is called when updating progress is changed.
static Type()

See Also