TextContentChangingEventArgs.Before Property

Gets the most recent ITextSnapshot before the change.

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

Syntax

'Declaration
Public Property Before As ITextSnapshot
public ITextSnapshot Before { get; private set; }
public:
property ITextSnapshot^ Before {
    ITextSnapshot^ get ();
    private: void set (ITextSnapshot^ value);
}
member Before : ITextSnapshot with get, private set
function get Before () : ITextSnapshot
private function set Before (value : ITextSnapshot)

Property Value

Type: Microsoft.VisualStudio.Text.ITextSnapshot
The most recent ITextSnapshot before the change.

.NET Framework Security

See Also

Reference

TextContentChangingEventArgs Class

Microsoft.VisualStudio.Text Namespace