Share via


NSManagedObject.ChangedValues Property

Definition

Gets a dictionary of the old values of persistent values that were recently changed since the receiver was last fetched.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary ChangedValues { [Foundation.Export("changedValues")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("changedValues")>]
member this.ChangedValues : Foundation.NSDictionary

Property Value

Attributes

Applies to