PropertyChangedEventArgsEx public class PropertyChangedEventArgsEx : PropertyChangedEventArgs Documentation Code public object NewValue { get; } public object OldValue { get; } public PropertyChangedEventArgsEx(string propertyName, object oldValue, object newValue)