Share via


NSPersistentStoreRemoteChangeEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSPersistentStoreRemoteChangeEventArgs class.

public NSPersistentStoreRemoteChangeEventArgs(Foundation.NSNotification notification);
new CoreData.NSPersistentStoreRemoteChangeEventArgs : Foundation.NSNotification -> CoreData.NSPersistentStoreRemoteChangeEventArgs

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to