NSObject.DidChangeValue(String) Method

Definition

Indicates that a change occurred on the specified key.

[Foundation.Export("didChangeValueForKey:")]
public virtual void DidChangeValue (string forKey);
abstract member DidChangeValue : string -> unit
override this.DidChangeValue : string -> unit

Parameters

forKey
String

The name of the key that was changed.

Attributes

Applies to