SnapshotDifferenceChangeEventArgs Class
Used in conjunction with the SnapshotDifferenceChanging and SnapshotDifferenceChanged events.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
System.EventArgs
Microsoft.VisualStudio.Text.Differencing.SnapshotDifferenceChangeEventArgs
| Name | Description | |
|---|---|---|
![]() | SnapshotDifferenceChangeEventArgs(ISnapshotDifference, ISnapshotDifference) | Initializes a new instance of SnapshotDifferenceChangeEventArgs from the given before and after ISnapshotDifference objects. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


