Share via


NSFetchedResultsControllerDelegate.DidChangeSection Method

Definition

[Foundation.Export("controller:didChangeSection:atIndex:forChangeType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidChangeSection(CoreData.NSFetchedResultsController controller, CoreData.INSFetchedResultsSectionInfo sectionInfo, UIntPtr sectionIndex, CoreData.NSFetchedResultsChangeType type);
[<Foundation.Export("controller:didChangeSection:atIndex:forChangeType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidChangeSection : CoreData.NSFetchedResultsController * CoreData.INSFetchedResultsSectionInfo * unativeint * CoreData.NSFetchedResultsChangeType -> unit
override this.DidChangeSection : CoreData.NSFetchedResultsController * CoreData.INSFetchedResultsSectionInfo * unativeint * CoreData.NSFetchedResultsChangeType -> unit

Parameters

sectionIndex
UIntPtr

unativeint

Implements

Attributes

Applies to