Version

Search Results

NewSpan Property

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.

NewText Property

Returns the text that replaced the OldText Syntax

OldLength Property

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

OldSpan Property

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.

OldText Property

Returns the text that was replaced. Syntax

ToString Method (TextChange)

Returns the string representation of this object. Syntax

TextChangingEventArgs Class

Provides information about a change to text in a TextDocument Syntax

After Property (TextChangingEventArgs)

Returns the new snapshot which reflects the changes which triggered this event are applied. Syntax