Foundation.NSObject.RemoveObserver Method
Stops the specified observer from receiving further notifications of changed values for the specified keyPath and context.

Syntax

public void RemoveObserver (NSObject observer, string keyPath, IntPtr context)

Parameters

observer
Object currently receiving the observer notifications.
keyPath
Key-path to use to perform the value lookup. The keypath consists of a series of lowercase ASCII-strings with no spaces in them separated by dot characters.
context
The context key that was used when the observer was originally started.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Foundation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0