[]
Gets or sets a callback function that is called for each found instance prior to the replacement. The return value of the function specifies the action that should be taken.
public Func<ReplacingArgs, ReplaceAction> ReplacingCallback { get; set; }
Public Property ReplacingCallback As Func(Of ReplacingArgs, ReplaceAction)