NSManagedObjectChangeEventArgs Class

Definition

Provides data for the event.

public class NSManagedObjectChangeEventArgs : Foundation.NSNotificationEventArgs
type NSManagedObjectChangeEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
NSManagedObjectChangeEventArgs

Constructors

NSManagedObjectChangeEventArgs(NSNotification)

Initializes a new instance of the NSManagedObjectChangeEventArgs class.

Properties

DeletedObjects
InsertedObjects
InvalidatedAllObjects
InvalidatedObjects
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
RefreshedObjects
UpdatedObjects

Applies to