NSObject.WillChangeValue(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 the value of the specified key is about to change.
[Foundation.Export("willChangeValueForKey:")]
public virtual void WillChangeValue (string forKey);
abstract member WillChangeValue : string -> unit
override this.WillChangeValue : string -> unit
Parameters
- forKey
- String
The name of the key that is going to be changed.
- Attributes