共用方式為


UICollectionViewDelegate.SupplementaryViewDisplayingEnded 方法

定義

指出指定的增補檢視已從 UICollectionView 中移除。

[Foundation.Export("collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:")]
public virtual void SupplementaryViewDisplayingEnded(UIKit.UICollectionView collectionView, UIKit.UICollectionReusableView view, Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
abstract member SupplementaryViewDisplayingEnded : UIKit.UICollectionView * UIKit.UICollectionReusableView * Foundation.NSString * Foundation.NSIndexPath -> unit
override this.SupplementaryViewDisplayingEnded : UIKit.UICollectionView * UIKit.UICollectionReusableView * Foundation.NSString * Foundation.NSIndexPath -> unit

參數

collectionView
UICollectionView

產生要求的集合檢視。

elementKind
NSString
indexPath
NSIndexPath
屬性

適用於