NSFetchedResultsControllerDelegate.DidChangeObject 方法

定义

[Foundation.Export("controller:didChangeObject:atIndexPath:forChangeType:newIndexPath:")]
public virtual void DidChangeObject (CoreData.NSFetchedResultsController controller, Foundation.NSObject anObject, Foundation.NSIndexPath indexPath, CoreData.NSFetchedResultsChangeType type, Foundation.NSIndexPath newIndexPath);
abstract member DidChangeObject : CoreData.NSFetchedResultsController * Foundation.NSObject * Foundation.NSIndexPath * CoreData.NSFetchedResultsChangeType * Foundation.NSIndexPath -> unit
override this.DidChangeObject : CoreData.NSFetchedResultsController * Foundation.NSObject * Foundation.NSIndexPath * CoreData.NSFetchedResultsChangeType * Foundation.NSIndexPath -> unit

参数

anObject
NSObject
indexPath
NSIndexPath

内容待定。

此参数可以为 null

newIndexPath
NSIndexPath

内容待定。

此参数可以为 null

属性

适用于