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)

public:
property ITextSnapshot^ Before {
	ITextSnapshot^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The state of the ITextBuffer before the change occurred.

Return to top
Show: