次の方法で共有


UICollectionViewDelegate_Extensions.SupplementaryViewDisplayingEnded メソッド

定義

指定した indexPath の補助ビューが削除されたことを示します。

public static void SupplementaryViewDisplayingEnded (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, UIKit.UICollectionReusableView view, Foundation.NSString elementKind, Foundation.NSIndexPath indexPath);
static member SupplementaryViewDisplayingEnded : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * UIKit.UICollectionReusableView * Foundation.NSString * Foundation.NSIndexPath -> unit

パラメーター

This
IUICollectionViewDelegate

この拡張メソッドが動作するインスタンス。

collectionView
UICollectionView

要求を開始したコレクション ビュー。

elementKind
NSString
indexPath
NSIndexPath

適用対象