SnapshotDifferenceChangeEventArgs Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | After | Gets the ISnapshotDifference after the change. If this is a SnapshotDifferenceChanging event, this property is null, because it hasn't been computed yet. |
![]() | Before | Gets the ISnapshotDifference before the change, which is null for the first change event. |
Show:
