NSManagedObjectContext.ObserveValueForKeyPath Method

Definition

Observes the object that is identified by the provided object and keypath for changes.

[Foundation.Export("observeValueForKeyPath:ofObject:change:context:")]
public virtual void ObserveValueForKeyPath (string keyPath, IntPtr object1, Foundation.NSDictionary change, IntPtr context);
abstract member ObserveValueForKeyPath : string * nativeint * Foundation.NSDictionary * nativeint -> unit
override this.ObserveValueForKeyPath : string * nativeint * Foundation.NSDictionary * nativeint -> unit

Parameters

keyPath
String
object1
IntPtr

nativeint

change
NSDictionary

To be added.

This parameter can be null.

context
IntPtr

nativeint

Attributes

Applies to