PropertyModifiedEventArgs public class PropertyModifiedEventArgs : PropertyChangedEventArgs Documentation public object NewPropertyValue { get; } public object OldPropertyValue { get; } public PropertyModifiedEventArgs(string propertyName, object oldPropertyValue, object newPropertyValue)