SnapshotDifferenceChangeEventArgs Class

 

Used in conjunction with the SnapshotDifferenceChanging and SnapshotDifferenceChanged events.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.Differencing.SnapshotDifferenceChangeEventArgs

public class SnapshotDifferenceChangeEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodSnapshotDifferenceChangeEventArgs(ISnapshotDifference, ISnapshotDifference)

Initializes a new instance of SnapshotDifferenceChangeEventArgs from the given before and after ISnapshotDifference objects.

NameDescription
System_CAPS_pubpropertyAfter

Gets the ISnapshotDifference after the change. If this is a SnapshotDifferenceChanging event, this property is null, because it hasn't been computed yet.

System_CAPS_pubpropertyBefore

Gets the ISnapshotDifference before the change, which is null for the first change event.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: