[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FindReplaceOptions.ReplacedCallback

ReplacedCallback Property

ReplacedCallback

Gets or sets a callback action that is called for each found instance after the replacement has been done.

Declaration
public Action<ReplacedArgs> ReplacedCallback { get; set; }
Public Property ReplacedCallback As Action(Of ReplacedArgs)