NSManagedObject.WillChangeValueForKey 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
WillChangeValueForKey(String) |
Method that is called before the value for the property that is identified by |
WillChangeValueForKey(String, NSKeyValueSetMutationKind, NSSet) |
Method that is called before the value for the many-to-many property that is identified by |
WillChangeValueForKey(String)
Method that is called before the value for the property that is identified by key
is changed.
[Foundation.Export("willChangeValueForKey:")]
public virtual void WillChangeValueForKey (string key);
abstract member WillChangeValueForKey : string -> unit
override this.WillChangeValueForKey : string -> unit
Parameters
- key
- String
- Attributes
Applies to
WillChangeValueForKey(String, NSKeyValueSetMutationKind, NSSet)
Method that is called before the value for the many-to-many property that is identified by key
is changed.
[Foundation.Export("willChangeValueForKey:withSetMutation:usingObjects:")]
public virtual void WillChangeValueForKey (string inKey, Foundation.NSKeyValueSetMutationKind inMutationKind, Foundation.NSSet inObjects);
abstract member WillChangeValueForKey : string * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit
override this.WillChangeValueForKey : string * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit
Parameters
- inKey
- String
- inMutationKind
- NSKeyValueSetMutationKind
- inObjects
- NSSet
- Attributes