Delegate TextUndoEventEx
Represents a method that will handle string replacement event inside Selection
public delegate void TextUndoEventEx(IRange range, int index, string s, ITextUndoList operations)
Parameters
range
IRangeRange representing text to change.
index
intIndex of line to be changed.
s
stringString to be replaced.
operations
ITextUndoListList containing insertion or deletion of text fragments.