TextSnapshotChangedEventArgs.Before Property

Gets the state of the ITextBuffer before the change occurred.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Before As ITextSnapshot
public ITextSnapshot Before { get; }
public:
property ITextSnapshot^ Before {
    ITextSnapshot^ get ();
}
member Before : ITextSnapshot
function get Before () : ITextSnapshot

Property Value

Type: Microsoft.VisualStudio.Text.ITextSnapshot
The state of the ITextBuffer before the change occurred.

.NET Framework Security

See Also

Reference

TextSnapshotChangedEventArgs Class

Microsoft.VisualStudio.Text Namespace