TextContentChangingEventArgs::Before Property
Visual Studio 2015
Gets the most recent ITextSnapshot before the change.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
public: property ITextSnapshot^ Before { [CompilerGeneratedAttribute] ITextSnapshot^ get(); [CompilerGeneratedAttribute] private: void set(ITextSnapshot^ value); }
Property Value
Type: Microsoft.VisualStudio.Text::ITextSnapshot^The most recent ITextSnapshot before the change.
Show: