Share via


NSCollectionViewDelegate_Extensions.WillDisplaySupplementaryView Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillDisplaySupplementaryView(this AppKit.INSCollectionViewDelegate This, AppKit.NSCollectionView collectionView, AppKit.NSView view, Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillDisplaySupplementaryView : AppKit.INSCollectionViewDelegate * AppKit.NSCollectionView * AppKit.NSView * Foundation.NSString * Foundation.NSIndexPath -> unit

Parameters

collectionView
NSCollectionView
view
NSView
elementKind
NSString
indexPath
NSIndexPath
Attributes

Applies to