NSObject.AutomaticallyNotifiesObserversForKey(String) Method

Definition

Whether this object is providing key-value notifications for the specified key.

[Foundation.Export("automaticallyNotifiesObserversForKey:")]
public static bool AutomaticallyNotifiesObserversForKey (string key);
static member AutomaticallyNotifiesObserversForKey : string -> bool

Parameters

key
String

Name of the Objective-C property. It must be an ASCII name, start with a lowercase letter and contain no spaces.

Returns

Attributes

Applies to