Share via


NSManagedObject.PrepareForDeletion Method

Definition

Method that is called prior to the object being deleted.

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

Applies to