[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FindReplaceOptions.ReplacingCallback

ReplacingCallback Property

ReplacingCallback

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.

Declaration
public Func<ReplacingArgs, ReplaceAction> ReplacingCallback { get; set; }
Public Property ReplacingCallback As Func(Of ReplacingArgs, ReplaceAction)