RichTextKit v0.4

DocumentChangeInfo Struct

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Editor

Provides information about the range of changes to a document

public struct DocumentChangeInfo

Inheritance

DocumentChangeInfo → ValueTypeobject

Fields

CodePointIndex

The index of the code point index at which the change was made

ImeCaretOffset

Offset of the IME caret from the code point index

IsUndoing

True if the current edit operation is the result of an undo operation.

NewLength

Length of the replacement text

OldLength

Length of the text that was replaced

Semantics

Semantics of the edit operation