Invoked to inform the receiver that the specified change has occurred on the indexes for a specified ordered to-many relationship.
Original signature is '- (void)didChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
void DidChangeValuesAtIndexesForKey( NSKeyValueChange change, NSIndexSet indexes, NSString key )
Sub DidChangeValuesAtIndexesForKey ( _ change As NSKeyValueChange, _ indexes As NSIndexSet, _ key As NSString _ )
void DidChangeValuesAtIndexesForKey( NSKeyValueChange change, NSIndexSet^ indexes, NSString^ key )

- change (NSKeyValueChange)
- The type of change that was made.
- indexes (NSIndexSet)
- The indexes of the to-many relationship that were affected by the change.
- key (NSString)
- The name of a property that is an ordered to-many relationship.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)