NSObject.DidChangeValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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