ITextChange.NewEnd Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The end position of the NewText in the snapshot immediately after the text change.
public:
property int NewEnd { int get(); };
public:
property int NewEnd { int get(); };
public int NewEnd { get; }
member this.NewEnd : int
Public ReadOnly Property NewEnd As Integer
Property Value
The end position of the NewText in the snapshot immediately after the text change.
Remarks
Equivalent to NewSpan.End
.