Returns the old snapshot, which reflects the state of the document before the changes which triggered this event. Syntax
Returns a read-only list containing all changes that triggered this event. Syntax
Identifies the source of the change (read-only). Syntax
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.
Public Properties Public Methods
Public Methods
Public Properties
Returns the difference in the length between the TextDocumentSnapshot which was the current snapshot immediately before this change and the new snapshot. Syntax
Returns the difference in the number of lines in the snapshot resulting from this change. Syntax
Returns the length of the document after the change was applied. Syntax