Table of Contents

Enum UndoOperation

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

Defines a type of the operation to undo.

public enum UndoOperation

Fields

Break = 2

Specifies operation that breaks text line into two lines.

Delete = 1

Specifies operation that deletes some text.

DeleteBlock = 5

Specifies operation that deletes some block of text.

Insert = 0

Specifies operation that inserts some text.

InsertBlock = 4

Specifies operation that inserts some block of text.

Navigate = 6

Specifies operation that navigates within text content.

NavigateEx = 7

Specifies operation that navigates within text content. (this operation is always undone, regardless of UndoOptions).

UnBreak = 3

Specifies operation that concatenates two text lines.

UndoBlock = 8

Specifies that subsequent undo operations will be undone at once.

Unknown = 9

Specifies unknown operation.