NSKeyValueChange Enum
Definition
An enumeration indicating the type of change occurring in the WillChangeValue(String) and DidChangeValue(String) methods.
public enum NSKeyValueChange
type NSKeyValueChange =
- Inheritance
-
NSKeyValueChange
Fields
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. |
Setting | 1 | The change is reported for setting a value in a property. |
Remarks