NSManagedObject.AwakeFromSnapshotEvents(NSSnapshotEventType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called to awaken the receiver when a property state change occurs.
[Foundation.Export("awakeFromSnapshotEvents:")]
public virtual void AwakeFromSnapshotEvents (CoreData.NSSnapshotEventType flags);
abstract member AwakeFromSnapshotEvents : CoreData.NSSnapshotEventType -> unit
override this.AwakeFromSnapshotEvents : CoreData.NSSnapshotEventType -> unit
Parameters
- flags
- NSSnapshotEventType
- Attributes
Remarks
See the NSSnapshotEventType enumeration for a list of the values that can be returned by this method.