MonobjcMonobjc Documented Class Library
NSPersistentStoreCoordinatorStoresDidChangeNotification Field
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorNSPersistentStoreCoordinatorStoresDidChangeNotification

Posted whenever persistent stores are added to or removed from a persistent store coordinator, or when store UUIDs change.

The notification's object is the persistent store coordinator that was affected. The notification's userInfo dictionary contains information about the stores that were added or removed, specified using the following keys:

NSAddedPersistentStoresKeyKey for the array of stores that were added.NSRemovedPersistentStoresKeyKey for the array of stores that were removed.NSUUIDChangedPersistentStoresKeyKey for the array of stores whose UUIDs changed.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSPersistentStoreCoordinatorStoresDidChangeNotification
Public Shared ReadOnly NSPersistentStoreCoordinatorStoresDidChangeNotification As NSString
public:
static initonly NSString^ NSPersistentStoreCoordinatorStoresDidChangeNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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