共用方式為


NSManagedObjectChangeEventArgs 類別

定義

提供事件的資料。

public class NSManagedObjectChangeEventArgs : Foundation.NSNotificationEventArgs
type NSManagedObjectChangeEventArgs = class
    inherit NSNotificationEventArgs
繼承
NSManagedObjectChangeEventArgs

建構函式

NSManagedObjectChangeEventArgs(NSNotification)

初始化 NSManagedObjectChangeEventArgs 類別的新實例。

屬性

DeletedObjects

提供事件的資料。

InsertedObjects

提供事件的資料。

InvalidatedAllObjects

提供事件的資料。

InvalidatedObjects

提供事件的資料。

Notification

來自張貼通知的基礎 NSNotification 物件。

(繼承來源 NSNotificationEventArgs)
RefreshedObjects

提供事件的資料。

UpdatedObjects

提供事件的資料。

適用於