TextContentChangedEventArgs::Changes Property

 

Gets the set of changes that occurred.

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

public:
property INormalizedTextChangeCollection^ Changes {
	INormalizedTextChangeCollection^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::INormalizedTextChangeCollection^

The set of changes that occurred

Return to top
Show: