Declaration

func collectionView(_ collectionView: NSCollectionView, removeItemsAt selectionIndexPaths: Set<IndexPath>)

Declaration

- (void) collectionView:(NSCollectionView *) collectionView removeItemsAtIndexPaths:(NSSet<NSIndexPath *> *) selectionIndexPaths;

Declaration

collectionView_removeItemsAtIndexPaths_(collectionView: NSCollectionView, selectionIndexPaths: set[NSIndexPath])