NSKeyValueChange Enum
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.
An enumeration indicating the type of change occurring in the WillChangeValue(String) and DidChangeValue(String) methods.
public enum NSKeyValueChange
type NSKeyValueChange =
- Inheritance
-
NSKeyValueChange
Fields
Name | Value | Description |
---|---|---|
Setting | 1 | The change is reported for setting a value in a property. |
Insertion | 2 | The change being reported is an insertion into a collection. |
Removal | 3 | The change being reported is a removal from a collection. |
Replacement | 4 | The change being reported is a set of changes in a collection. |