ITextChange.NewEnd Property

Definition

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.

Applies to