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 | |
---|---|---|
SnapshotDifferenceChangeEventArgs | Create a change event from the given before and after ISnapshotDifferences. |
Top
Properties
Name | Description | |
---|---|---|
After | The SnapshotDifference after the change. | |
Before | The SnapshotDifference before the change, which is null for the first change event. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.