Foundation.NSObservedChange: Property Members

The properties of Foundation.NSObservedChange are listed below. For a list of all members, see the NSObservedChange Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
ChangeNSKeyValueChange. Records the kind of change that was done to the property.
[read-only]
IndexesNSIndexSet. The indexes of the objects that were added, removed or changed.
[read-only]
IsPriorbool. If this flag is true, this indicates that the observed method is being called before the change takes place.
[read-only]
NewValueNSObject. The new value being set on the observed property.
[read-only]
OldValueNSObject. The previous value on the observed property.