NSObject.DidChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DidChange(NSKeyValueChange, NSIndexSet, NSString) |
Indicates a change occurred to the indexes for a to-many relationship. |
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) |
DidChange(NSKeyValueChange, NSIndexSet, NSString)
Indicates a change occurred to the indexes for a to-many relationship.
[Foundation.Export("didChange:valuesAtIndexes:forKey:")]
public virtual void DidChange (Foundation.NSKeyValueChange changeKind, Foundation.NSIndexSet indexes, Foundation.NSString forKey);
abstract member DidChange : Foundation.NSKeyValueChange * Foundation.NSIndexSet * Foundation.NSString -> unit
override this.DidChange : Foundation.NSKeyValueChange * Foundation.NSIndexSet * Foundation.NSString -> unit
Parameters
- changeKind
- NSKeyValueChange
- indexes
- NSIndexSet
- forKey
- NSString
The name of the key that was changed.
- Attributes
Applies to
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)
[Foundation.Export("didChangeValueForKey:withSetMutation:usingObjects:")]
public virtual void DidChange (Foundation.NSString forKey, Foundation.NSKeyValueSetMutationKind mutationKind, Foundation.NSSet objects);
abstract member DidChange : Foundation.NSString * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit
override this.DidChange : Foundation.NSString * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit
Parameters
- forKey
- NSString
The name of the key that was changed.
- mutationKind
- NSKeyValueSetMutationKind
- objects
- NSSet
- Attributes