Version

TextChange Class Properties

For a list of all members of this type, see TextChange members.

Public Properties
 NameDescription
Public PropertyLengthDeltaReturns the difference in the length between the TextDocumentSnapshot which was the current snapshot immediately before this change and the new snapshot.  
Public PropertyLineCountDeltaReturns the difference in the number of lines in the snapshot resulting from this change.  
Public PropertyNewLengthReturns the length of the document after the change was applied.  
Public PropertyNewSpanReturns the span of the text change in the snapshot immediately after the change.  
Public PropertyNewTextReturns the text that replaced the OldText  
Public PropertyOldLengthReturns the length of the document before the change was applied.  
Public PropertyOldSpanReturns the span of the text change in the snapshot immediately before the change.  
Public PropertyOldTextReturns the text that was replaced.  
See Also