SnapshotDifferenceChangeEventArgs Class

Definition

public ref class SnapshotDifferenceChangeEventArgs : EventArgs
public class SnapshotDifferenceChangeEventArgs : EventArgs
type SnapshotDifferenceChangeEventArgs = class
    inherit EventArgs
Public Class SnapshotDifferenceChangeEventArgs
Inherits EventArgs
Inheritance
SnapshotDifferenceChangeEventArgs

Constructors

SnapshotDifferenceChangeEventArgs(ISnapshotDifference, ISnapshotDifference)

Create a change event from the given before and after ISnapshotDifferences.

Properties

After

The ISnapshotDifference after the change. If this is a SnapshotDifferenceChanging event, this property will be null, as it hasn't been computed yet.

Before

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

Applies to