NSArray.RemoveObserver Method

Definition

Overloads

RemoveObserver(NSObject, NSIndexSet, String)
RemoveObserver(NSObject, NSIndexSet, String, IntPtr)

RemoveObserver(NSObject, NSIndexSet, String)

[Foundation.Export("removeObserver:fromObjectsAtIndexes:forKeyPath:")]
public virtual void RemoveObserver (Foundation.NSObject observer, Foundation.NSIndexSet indexes, string keyPath);
override this.RemoveObserver : Foundation.NSObject * Foundation.NSIndexSet * string -> unit

Parameters

observer
NSObject
indexes
NSIndexSet
keyPath
String
Attributes

Applies to

RemoveObserver(NSObject, NSIndexSet, String, IntPtr)

[Foundation.Export("removeObserver:fromObjectsAtIndexes:forKeyPath:context:")]
public virtual void RemoveObserver (Foundation.NSObject observer, Foundation.NSIndexSet indexes, string keyPath, IntPtr context);
override this.RemoveObserver : Foundation.NSObject * Foundation.NSIndexSet * string * nativeint -> unit

Parameters

observer
NSObject
indexes
NSIndexSet
keyPath
String
context
IntPtr

nativeint

Attributes

Applies to