NSManagedObject.DidChangeValueForKey Method

Definition

Overloads

DidChangeValueForKey(String)

Method that is called when the value for the property that is identified by key is changed.

DidChangeValueForKey(String, NSKeyValueSetMutationKind, NSSet)

Method that is called when the value for the many-to-many property that is identified by key is changed.

DidChangeValueForKey(String)

Method that is called when the value for the property that is identified by key is changed.

[Foundation.Export("didChangeValueForKey:")]
public virtual void DidChangeValueForKey (string key);
abstract member DidChangeValueForKey : string -> unit
override this.DidChangeValueForKey : string -> unit

Parameters

key
String
Attributes

Applies to

DidChangeValueForKey(String, NSKeyValueSetMutationKind, NSSet)

Method that is called when the value for the many-to-many property that is identified by key is changed.

[Foundation.Export("didChangeValueForKey:withSetMutation:usingObjects:")]
public virtual void DidChangeValueForKey (string inKey, Foundation.NSKeyValueSetMutationKind inMutationKind, Foundation.NSSet inObjects);
abstract member DidChangeValueForKey : string * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit
override this.DidChangeValueForKey : string * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit

Parameters

inKey
String
inMutationKind
NSKeyValueSetMutationKind
inObjects
NSSet
Attributes

Applies to