Share via


TextChangeEventArgs.OldText Property

Definition

Gets the text before the change.

public:
 property Microsoft::CodeAnalysis::Text::SourceText ^ OldText { Microsoft::CodeAnalysis::Text::SourceText ^ get(); };
public Microsoft.CodeAnalysis.Text.SourceText OldText { get; }
member this.OldText : Microsoft.CodeAnalysis.Text.SourceText
Public ReadOnly Property OldText As SourceText

Property Value

Applies to