Foundation.NSObservedChange Members

The members of Foundation.NSObservedChange are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

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.