Table of Contents

Delegate TextUndoEventEx

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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 IRange

Range representing text to change.

index int

Index of line to be changed.

s string

String to be replaced.

operations ITextUndoList

List containing insertion or deletion of text fragments.