TextContentChangedEventArgs.Changes Property

Definition

Gets the set of changes that occurred.

public:
 property Microsoft::VisualStudio::Text::INormalizedTextChangeCollection ^ Changes { Microsoft::VisualStudio::Text::INormalizedTextChangeCollection ^ get(); };
public Microsoft.VisualStudio.Text.INormalizedTextChangeCollection Changes { get; }
member this.Changes : Microsoft.VisualStudio.Text.INormalizedTextChangeCollection
Public ReadOnly Property Changes As INormalizedTextChangeCollection

Property Value

The set of changes that occurred

Applies to