PropertyModifyingEventArgs public class PropertyModifyingEventArgs : PropertyChangingEventArgs Documentation public bool Cancel { get; set; } public object NewPropertyValue { get; } public object OldPropertyValue { get; } public PropertyModifyingEventArgs(string propertyName, object oldPropertyValue, object newPropertyValue)