Share via


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

Definition

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

Parameters

keyPath
NSString
ofObject
NSObject
change
NSDictionary
context
IntPtr

nativeint

Attributes

Applies to