Class PropertyChange<T>
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a description of how a property changed.
public sealed class PropertyChange<T>
Type Parameters
T
Type of the changed property.
- Inheritance
-
PropertyChange<T>
- Inherited Members
Properties
- After
The property's value after it was changed.
- Before
The property's value before it was changed.