TextSnapshotChangedEventArgs::After Property

 

Gets the state of the ITextBuffer after the change.

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

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The state of the ITextBuffer after the change.

Return to top
Show: