NSObservedChange.OldValue Property
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.
The previous value on the observed property.
public Foundation.NSObject OldValue { get; }
member this.OldValue : Foundation.NSObject
Property Value
The old 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.Old.