Class PropertyChangedArgs<T>
An argument class containing information about a property that changed.
public class PropertyChangedArgs<T>
  Type Parameters
TThe type of the property that changed
- Inheritance
 - 
      objectPropertyChangedArgs<T>
 
Properties
NewValue
public T NewValue { get; }
  Property Value
- T
 
OldValue
public T OldValue { get; }
  Property Value
- T