NSObservedChange.NewValue Property

Definition

The new value being set on the observed property.

public Foundation.NSObject NewValue { get; }
member this.NewValue : Foundation.NSObject

Property Value

Remarks

For this property to have a value, the options passed to AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) method should contain the value E:Foundation.NSKeyValueObseringOptions.New.

Applies to