ObjectChangedEventArgs Constructors
Arguments passed to the IObjectSpace.ObjectChanged event.Name | Parameters | Description |
---|---|---|
ObjectChangedEventArgs(Object, IMemberInfo, Object, Object) | obj, memberInfo, oldValue, newValue | Creates and initializes a new instance of the ObjectChangedEventArgs class. |
ObjectChangedEventArgs(Object, String, Object, Object) | obj, propertyName, oldValue, newValue | Creates and initializes a new instance of the ObjectChangedEventArgs class. |
See Also