NSCollectionViewDelegate.ItemsSelected(NSCollectionView, NSSet) Method

Definition

[Foundation.Export("collectionView:didSelectItemsAtIndexPaths:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ItemsSelected (AppKit.NSCollectionView collectionView, Foundation.NSSet indexPaths);
abstract member ItemsSelected : AppKit.NSCollectionView * Foundation.NSSet -> unit
override this.ItemsSelected : AppKit.NSCollectionView * Foundation.NSSet -> unit

Parameters

collectionView
NSCollectionView
indexPaths
NSSet
Attributes

Applies to