Share via


UICollectionViewSupplementaryRegistrationConfigurationHandler Delegate

Definition

public delegate void UICollectionViewSupplementaryRegistrationConfigurationHandler(UICollectionReusableView supplementaryView, string elementKind, NSIndexPath indexPath);
type UICollectionViewSupplementaryRegistrationConfigurationHandler = delegate of UICollectionReusableView * string * NSIndexPath -> unit

Parameters

supplementaryView
UICollectionReusableView
elementKind
String
indexPath
NSIndexPath

Applies to