Table of Contents

Enum UpdateReason

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

Defines reason of updating control's text content.

public enum UpdateReason

Fields

Break = 3

Specifies that text line was broken into two lines.

Delete = 2

Specifies that some text deleted.

DeleteBlock = 5

Specifies that some block of text deleted.

Insert = 1

Specifies that some text inserted.

InsertBlock = 6

Specifies that some block of text inserted.

Navigate = 0

Specifies that current position in the control's text content changed.

Other = 7

Specifies another reason of the control's text content updating.

UnBreak = 4

Specifies that two lines concatenated.