PreContentChangedEventArgs Constructor (ITextSnapshot^, INormalizedTextChangeCollection^)
Visual Studio 2015
Initializes a new instance of PreContentChangedEventArgs.
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.
Show: