NSCollectionViewDelegateFlowLayout.WillDisplayItem Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
[Foundation.Export("collectionView:willDisplayItem:forRepresentedObjectAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillDisplayItem (AppKit.NSCollectionView collectionView, AppKit.NSCollectionViewItem item, Foundation.NSIndexPath indexPath);
abstract member WillDisplayItem : AppKit.NSCollectionView * AppKit.NSCollectionViewItem * Foundation.NSIndexPath -> unit
override this.WillDisplayItem : AppKit.NSCollectionView * AppKit.NSCollectionViewItem * Foundation.NSIndexPath -> unit
Параметры
- collectionView
- NSCollectionView
- item
- NSCollectionViewItem
- indexPath
- NSIndexPath
- Атрибуты