CKFetchRecordZoneChangesOperation.RecordChanged Property

Definition

Gets or sets the handler that is run after each record is fetched.

public virtual Action<CloudKit.CKRecord> RecordChanged { [Foundation.Export("recordChangedBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setRecordChangedBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.RecordChanged : Action<CloudKit.CKRecord> with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to