PreContentChangedEventArgs Constructor (ITextSnapshot^, INormalizedTextChangeCollection^)

 

Initializes a new instance of PreContentChangedEventArgs.

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

public:
PreContentChangedEventArgs(
	ITextSnapshot^ beforeSnapshot,
	INormalizedTextChangeCollection^ changes
)

Parameters

beforeSnapshot
Type: Microsoft.VisualStudio.Text::ITextSnapshot^

A text snapshot before the change.

changes
Type: Microsoft.VisualStudio.Text::INormalizedTextChangeCollection^

The collection of changes.

Return to top
Show: