ITextChange.OldEnd Property

Definition

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.

Applies to