ITextChange.OldText Property

Definition

The text that was replaced.

public:
 property System::String ^ OldText { System::String ^ get(); };
public:
 property Platform::String ^ OldText { Platform::String ^ get(); };
public string OldText { get; }
member this.OldText : string
Public ReadOnly Property OldText As String

Property Value

The text that was replaced.

Applies to