Share via


NSManagedObject.ChangedValuesForCurrentEvent Property

Definition

Returns a dictionary of the old values of persistent values that were recently changed since the context objects last changed.

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

Property Value

Attributes

Applies to