NSArray.AddObserver Method

Definition

[Foundation.Export("addObserver:toObjectsAtIndexes:forKeyPath:options:context:")]
public virtual void AddObserver (Foundation.NSObject observer, Foundation.NSIndexSet indexes, string keyPath, Foundation.NSKeyValueObservingOptions options, IntPtr context);
override this.AddObserver : Foundation.NSObject * Foundation.NSIndexSet * string * Foundation.NSKeyValueObservingOptions * nativeint -> unit

Parameters

observer
NSObject
indexes
NSIndexSet
keyPath
String
context
IntPtr

nativeint

Attributes

Applies to