NSObservedChange.Change Property

Definition

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.

Applies to