NSObservedChange.IsPrior 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.
If this flag is true, this indicates that the observed method is being called before the change takes place.
public bool IsPrior { get; }
member this.IsPrior : bool
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.Prior.