Share via


NSCollectionViewDiffableDataSourceSupplementaryViewProvider Delegate

Definition

public delegate AppKit.NSView NSCollectionViewDiffableDataSourceSupplementaryViewProvider(NSCollectionView collectionView, string str, NSIndexPath indexPath);
type NSCollectionViewDiffableDataSourceSupplementaryViewProvider = delegate of NSCollectionView * string * NSIndexPath -> NSView

Parameters

collectionView
NSCollectionView
str
String
indexPath
NSIndexPath

Return Value

Applies to