NSManagedObject.DidAccessValueForKey(String) Method

Definition

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

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

Parameters

key
String

To be added.

This parameter can be null.

Attributes

Applies to