| static  | CanPerformAction(this IUICollectionViewDelegate, UICollectionView, ObjCRuntime.Selector, Foundation.NSIndexPath, Foundation.NSObject) : bool Whether the cell at the specified indexPath supports the specified action. | 
| static  | CellDisplayingEnded(this IUICollectionViewDelegate, UICollectionView, UICollectionViewCell, Foundation.NSIndexPath) Indicates that the cell at the specified indexPath has been removed. | 
| static  | ItemDeselected(this IUICollectionViewDelegate, UICollectionView, Foundation.NSIndexPath) Indicates that the cell at the specified indexPath has been deselected. | 
| static  | ItemHighlighted(this IUICollectionViewDelegate, UICollectionView, Foundation.NSIndexPath) Indicates that the cell at the specified indexPath has been highlighted. | 
| static  | ItemSelected(this IUICollectionViewDelegate, UICollectionView, Foundation.NSIndexPath) Indicates that the cell at the specified indexPath has been selected. | 
| static  | ItemUnhighlighted(this IUICollectionViewDelegate, UICollectionView, Foundation.NSIndexPath) Indicates that the cell at the specified indexPath has been unhighlighted. | 
| static  | PerformAction(this IUICollectionViewDelegate, UICollectionView, ObjCRuntime.Selector, Foundation.NSIndexPath, Foundation.NSObject) Whether the cell at the specified indexPath supports the specified Copy or Paste action. | 
| static  | ShouldDeselectItem(this IUICollectionViewDelegate, UICollectionView, Foundation.NSIndexPath) : bool Whether the cell at the specified indexPath should allow itself to be deselected. | 
| static  | ShouldHighlightItem(this IUICollectionViewDelegate, UICollectionView, Foundation.NSIndexPath) : bool Whether the cell at the specified indexPath should allow itself to be highlighted. | 
| static  | ShouldSelectItem(this IUICollectionViewDelegate, UICollectionView, Foundation.NSIndexPath) : bool Whether the cell at the specified indexPath allows itself to be selected. | 
| static  | ShouldShowMenu(this IUICollectionViewDelegate, UICollectionView, Foundation.NSIndexPath) : bool Whether the cell at the specified indexPath should show an Action menu. | 
| static  | SupplementaryViewDisplayingEnded(this IUICollectionViewDelegate, UICollectionView, UICollectionReusableView, Foundation.NSString, Foundation.NSIndexPath) Indicates that the supplementary view at the specified indexPath has been removed. | 
| static  | TransitionLayout(this IUICollectionViewDelegate, UICollectionView, UICollectionViewLayout, UICollectionViewLayout) : UICollectionViewTransitionLayout The UICollectionViewTransitionLayout to be used when moving from the specified fromLayout to the toLayout. | 
| static  | WillDisplayCell(this IUICollectionViewDelegate, UICollectionView, UICollectionViewCell, Foundation.NSIndexPath) Documentation for this section has not yet been entered. | 
| static  | WillDisplaySupplementaryView(this IUICollectionViewDelegate, UICollectionView, UICollectionReusableView, string, Foundation.NSIndexPath) Documentation for this section has not yet been entered. |