NSObservedChange.IsPrior Property

Definition

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.

Applies to