Edit

Share via


CKFetchDatabaseChangesOperation.Changed Property

Definition

Gets or sets the action that is run after a single record in the database changes.

public virtual Action<CloudKit.CKRecordZoneID> Changed { [Foundation.Export("recordZoneWithIDChangedBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setRecordZoneWithIDChangedBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Changed : Action<CloudKit.CKRecordZoneID> with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to