MonobjcMonobjc Documented Class Library
AwakeFromSnapshotEvents Method (flags)
NamespacesMonobjc.CoreDataNSManagedObjectAwakeFromSnapshotEvents(NSSnapshotEventType)

Invoked automatically by the Core Data framework when the receiver is reset due to an undo, redo, or other multi-property state change.

Original signature is '- (void)awakeFromSnapshotEvents:(NSSnapshotEventType)flags'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AwakeFromSnapshotEvents(
	NSSnapshotEventType flags
)
Public Overridable Sub AwakeFromSnapshotEvents ( _
	flags As NSSnapshotEventType _
)
public:
virtual void AwakeFromSnapshotEvents(
	NSSnapshotEventType flags
)
Parameters
flags (NSSnapshotEventType)
A bitmask of didChangeValueForKey: constants to denote the event or events that led to the method being invoked.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)