kCura.Vendor.Castle.Components.DictionaryAdapter.PropertyChangedEventArgsEx public class PropertyChangedEventArgsEx : PropertyChangedEventArgs Documentation public object NewValue { get; } public object OldValue { get; } public PropertyChangedEventArgsEx(string propertyName, object oldValue, object newValue)