MonobjcMonobjc Documented Class Library
NSKeyValueChangeIndexesKey Field
NamespacesMonobjc.FoundationNSKeyValueObservingNSKeyValueChangeIndexesKey

If the value of the NSKeyValueChangeKindKey entry is NSKeyValueChangeInsertion, NSKeyValueChangeRemoval, or NSKeyValueChangeReplacement, the value of this key is an NSIndexSet object that contains the indexes of the inserted, removed, or replaced objects.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSKeyValueChangeIndexesKey
Public Shared ReadOnly NSKeyValueChangeIndexesKey As NSString
public:
static initonly NSString^ NSKeyValueChangeIndexesKey
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)