Share via


SnapshotDifferenceChangeEventArgs Class

Used in conjunction with SnapshotDifferenceChanging and SnapshotDifferenceChanged.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.VisualStudio.Data.Tools.Delta..::..SnapshotDifferenceChangeEventArgs

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Public Class SnapshotDifferenceChangeEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SnapshotDifferenceChangeEventArgs
public class SnapshotDifferenceChangeEventArgs : EventArgs
public ref class SnapshotDifferenceChangeEventArgs : public EventArgs
type SnapshotDifferenceChangeEventArgs =  
    class
        inherit EventArgs
    end
public class SnapshotDifferenceChangeEventArgs extends EventArgs

The SnapshotDifferenceChangeEventArgs type exposes the following members.

Constructors

  Name Description
Public method SnapshotDifferenceChangeEventArgs Create a change event from the given before and after ISnapshotDifferences.

Top

Properties

  Name Description
Public property After The SnapshotDifference after the change.
Public property Before The SnapshotDifference before the change, which is null for the first change event.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Delta Namespace