NSObservedChange.Change 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.
Records the kind of change that was done to the property.
public Foundation.NSKeyValueChange Change { get; }
member this.Change : Foundation.NSKeyValueChange
Property Value
The current state of the changes being reported.
Remarks
You can use the value of this property to determine which information is available on the other properties of this class.