[This is preliminary documentation and is subject to change.]

KVO notification change dictionaries contain the new value under this key if KNKeyValueObservingOptionNew was specified when creating the observation.

Namespace:  KNKVC
Assembly:  KNKVC (in KNKVC.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public const string KNKeyValueChangeNewKey
Visual Basic (Declaration)
Public Const KNKeyValueChangeNewKey As String
Visual C++
public:
literal String^ KNKeyValueChangeNewKey

See Also