IReplacingCallback class

IReplacingCallback class

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

Methods

NameDescription
replacing(args)A user defined method that is called during a replace operation for each match found just before a replace is made.

See Also