PropertyChangingEventArgsEx public class PropertyChangingEventArgsEx : PropertyChangingEventArgs Documentation Code public bool Cancel { get; set; } public object NewValue { get; } public object OldValue { get; } public PropertyChangingEventArgsEx(string propertyName, object oldValue, object newValue)