Table of Contents

Delegate TextUndoEventEx

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.dll

Represents a method that will handle string replacement event inside Selection

public delegate void TextUndoEventEx(string s, ITextUndoList operations, TextUndoEventArgs actionParams)

Parameters

s string

String to be replaced.

operations ITextUndoList

List containing insertion or deletion of text fragments.

actionParams TextUndoEventArgs
Represents a method that will handle string replacement event inside Selection