MonobjcMonobjc Documented Class Library
NSPersistentStoreCoordinatorWillRemoveStoreNotification Field
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorNSPersistentStoreCoordinatorWillRemoveStoreNotification

Posted whenever a persistent store is removed from a persistent store coordinator.

The notification is sent during the invocation of NSPersistentStore's willRemoveFromPersistentStoreCoordinator method during store deallocation or removal. The notification's object is the persistent store coordinator will be removed.

Available in Mac OS X v10.6 and later.

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

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