Class PropertyChange<T>
Represents a description of how a property changed.
Inheritance
System.Object
PropertyChange<T>
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class PropertyChange<T>
Type Parameters
Name | Description |
---|---|
T | Type of the changed property. |
Properties
| Improve this Doc View SourceAfter
The property's value after it was changed.
Declaration
public T After { get; }
Property Value
Type | Description |
---|---|
T |
Before
The property's value before it was changed.
Declaration
public T Before { get; }
Property Value
Type | Description |
---|---|
T |