Aspose::Words::Replacing::IReplacingCallback interface

IReplacingCallback interface

Implement this interface if you want to have your own custom method called during a find and replace operation.

class IReplacingCallback : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual Replacing(System::SharedPtr<Aspose::Words::Replacing::ReplacingArgs>)A user defined method that is called during a replace operation for each match found just before a replace is made.
static Type()

See Also