RemoveObserver(NSObject,String) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub RemoveObserver( _
ByVal As Foundation.NSObject, _
ByVal As String _
)
public void RemoveObserver(
Foundation.NSObject ,
string
)
Parameters
- observer
- keyPath
See Also