UIKit.UICollectionViewController.WillDisplaySupplementaryView Method
Informs the delegate that the specified supplementary view is going to be displayed by the collection view.

Syntax

[Foundation.Export("collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_8_0)]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual void WillDisplaySupplementaryView (UICollectionView collectionView, UICollectionReusableView view, string elementKind, Foundation.NSIndexPath indexPath)

Parameters

collectionView
Collection view managed by this view controller.
view
The view that is to be added.
elementKind
Type for the supplementary view.
indexPath
Path for the data item represented by the supplementary view.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0