Share via


NSManagedObjectChangeEventArgs Class

Definition

Provides data for an event based on a posted NSNotification object.

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

Constructors

Name Description
NSManagedObjectChangeEventArgs(NSNotification)

Initializes a new instance of the NSManagedObjectChangeEventArgs class.

Properties

Name Description
DeletedObjects
InsertedObjects
InvalidatedAllObjects
InvalidatedObjects
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
RefreshedObjects
UpdatedObjects

Applies to