Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FindReplaceOptions Class / ReplacingCallback Property

In This Topic
    ReplacingCallback Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property ReplacingCallback As System.Func(Of ReplacingArgs,ReplaceAction)
    public System.Func<ReplacingArgs,ReplaceAction> ReplacingCallback {get; set;}
    See Also