Share via


CKFetchRecordChangesOperation.RecordDeleted Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Action<CloudKit.CKRecordID>? RecordDeleted { [Foundation.Export("recordWithIDWasDeletedBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setRecordWithIDWasDeletedBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("recordWithIDWasDeletedBlock", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setRecordWithIDWasDeletedBlock:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.RecordDeleted : Action<CloudKit.CKRecordID> with get, set

Property Value

Attributes

Applies to