NSManagedObject.WillAccessValueForKey(String) Method

Definition

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

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

Parameters

key
String

To be added.

This parameter can be null.

Attributes

Applies to