Version

Search Results

Before Property (TextChangedEventArgs)

Returns the old snapshot, which reflects the state of the document before the changes which triggered this event. Syntax

Changes Property (TextChangedEventArgs)

Returns a read-only list containing all changes that triggered this event. Syntax

Source Property (TextChangedEventArgs)

Identifies the source of the change (read-only). Syntax

TextChangeSource Enumeration

Identifies the source of a text change. Syntax Members Member Description Change A method was called on TextDocument, e.g. Insert, Delete, Append, FindReplace etc. Redo The TextDocuments UndoManager.Redo method was called. Undo The TextDocuments UndoManager.Undo method was called.

TextChange Class Members

Public Properties Public Methods

TextChange Class Methods

Public Methods

TextChange Class Properties

Public Properties

LengthDelta Property

Returns the difference in the length between the TextDocumentSnapshot which was the current snapshot immediately before this change and the new snapshot. Syntax

LineCountDelta Property

Returns the difference in the number of lines in the snapshot resulting from this change. Syntax

NewLength Property

Returns the length of the document after the change was applied. Syntax