SnapshotDifferenceChangeEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used in conjunction with SnapshotDifferenceChanging and SnapshotDifferenceChanged.
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 |
Before |
The ISnapshotDifference before the change, which is |