NSManagedObject.DidChangeValueForKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DidChangeValueForKey(String) |
Method that is called when the value for the property that is identified by |
DidChangeValueForKey(String, NSKeyValueSetMutationKind, NSSet) |
Method that is called when the value for the many-to-many property that is identified by |
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