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

In This Topic
    ReplacedCallback Property
    In This Topic
    Gets or sets a callback action that is called for each found instance after the replacement has been done.
    Syntax
    'Declaration
     
    Public Property ReplacedCallback As System.Action(Of ReplacedArgs)
    public System.Action<ReplacedArgs> ReplacedCallback {get; set;}
    See Also