Table of Contents

Delegate TextUndoEvent

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

Represents a method that will handle string replacement event inside Selection.

public delegate void TextUndoEvent(string s, ITextUndoList operations)

Parameters

s string

String to be replaced.

operations ITextUndoList

List containing insertion or deletion of text fragments.