Share via


TextContentChangingEventArgs.Before Property

Definition

The most recent ITextSnapshot before the change.

public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ Before { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ Before { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot Before { get; }
member this.Before : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property Before As ITextSnapshot

Property Value

The most recent ITextSnapshot before the change.

Applies to