ITextChange.OldEnd 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 OldText in the snapshot immediately before the change.
public:
property int OldEnd { int get(); };
public:
property int OldEnd { int get(); };
public int OldEnd { get; }
member this.OldEnd : int
Public ReadOnly Property OldEnd As Integer
Property Value
The end position of the OldText in the snapshot immediately before the change.
Remarks
Equivalent to OldSpan.End
.