TextSnapshotChangedEventArgs.Before Property

Definition

Gets the state of the ITextBuffer before the change occurred.

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 state of the ITextBuffer before the change occurred.

Applies to