Share via


NSManagedObject.WillSave Method

Definition

Method that is called before the receiver is saved.

[Foundation.Export("willSave")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillSave();
[<Foundation.Export("willSave")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillSave : unit -> unit
override this.WillSave : unit -> unit
Attributes

Applies to