NSObject.ObserveValue(NSString, NSObject, NSDictionary, IntPtr) Metodo

Definizione

Indica che il valore in corrispondenza del keyPath specificato rispetto a questo oggetto è stato modificato.

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

Parametri

keyPath
NSString

Percorso chiave da usare per eseguire la ricerca del valore. Il keypath è costituito da una serie di stringhe ASCII minuscole senza spazi separati da caratteri puntini.

ofObject
NSObject
change
NSDictionary
context
IntPtr

nativeint

Attributi

Commenti

Questo metodo viene richiamato se è stato registrato un osservatore usando il AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) metodo

Si applica a