Compartir a través de


NSPersistentStoreCoordinator.Notifications Clase

Definición

Notificación publicada por la NSPersistentStoreCoordinator clase .

public static class NSPersistentStoreCoordinator.Notifications
type NSPersistentStoreCoordinator.Notifications = class
Herencia
NSPersistentStoreCoordinator.Notifications

Comentarios

Se trata de una clase estática que contiene varios métodos auxiliares que permiten a los desarrolladores observar eventos publicados en el centro de notificaciones de iOS (NSNotificationCenter).

Los métodos definidos en esta clase publican eventos invocan el método proporcionado o lambda con un NSNotificationEventArgs parámetro que contiene propiedades fuertemente tipadas para los argumentos de notificación.

Métodos

ObserveDidImportUbiquitousContentChanges(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidImportUbiquitousContentChangesNotification constante.

ObserveDidImportUbiquitousContentChanges(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidImportUbiquitousContentChangesNotification constante.

ObserveStoresDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la StoresDidChangeNotification constante.

ObserveStoresDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la StoresDidChangeNotification constante.

ObserveStoresWillChange(EventHandler<NSPersistentStoreCoordinatorStoreChangeEventArgs>)

Notificación fuertemente tipada para la StoresWillChangeNotification constante.

ObserveStoresWillChange(NSObject, EventHandler<NSPersistentStoreCoordinatorStoreChangeEventArgs>)

Notificación fuertemente tipada para la StoresWillChangeNotification constante.

ObserveWillRemoveStore(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la WillRemoveStoreNotification constante.

ObserveWillRemoveStore(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la WillRemoveStoreNotification constante.

Se aplica a