NSObject.WillChange 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
WillChange(NSKeyValueChange, NSIndexSet, NSString) |
Indicates that the values of the specified indices in the specified key are about to change. |
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) |
WillChange(NSKeyValueChange, NSIndexSet, NSString)
Indicates that the values of the specified indices in the specified key are about to change.
[Foundation.Export("willChange:valuesAtIndexes:forKey:")]
public virtual void WillChange (Foundation.NSKeyValueChange changeKind, Foundation.NSIndexSet indexes, Foundation.NSString forKey);
abstract member WillChange : Foundation.NSKeyValueChange * Foundation.NSIndexSet * Foundation.NSString -> unit
override this.WillChange : Foundation.NSKeyValueChange * Foundation.NSIndexSet * Foundation.NSString -> unit
Parameters
- changeKind
- NSKeyValueChange
- indexes
- NSIndexSet
- forKey
- NSString
The name of the key that is going to be changed.
- Attributes
Applies to
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)
[Foundation.Export("willChangeValueForKey:withSetMutation:usingObjects:")]
public virtual void WillChange (Foundation.NSString forKey, Foundation.NSKeyValueSetMutationKind mutationKind, Foundation.NSSet objects);
abstract member WillChange : Foundation.NSString * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit
override this.WillChange : Foundation.NSString * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit
Parameters
- forKey
- NSString
The name of the key that is going to be changed.
- mutationKind
- NSKeyValueSetMutationKind
- objects
- NSSet
- Attributes