Returns the span of the text change in the snapshot immediately after the change. Syntax Remarks This span is empty for a pure deletion. Its start position differs from that of the NewSpan only when there is more than one TextChange included in moving from one snapshot to the next.
Returns the text that replaced the OldText Syntax
Returns the length of the document before the change was applied. Syntax
Returns the span of the text change in the snapshot immediately before the change. Syntax Remarks This span is empty for a pure insertion. Its start position differs from that of the NewSpan only when there is more than one TextChange included in moving from one snapshot to the next.
Returns the text that was replaced. Syntax
Returns the string representation of this object. Syntax
Provides information about a change to text in a TextDocument Syntax
Public Properties
Public Properties
Returns the new snapshot which reflects the changes which triggered this event are applied. Syntax