Поделиться через


UICollectionViewDropDelegate_Extensions.DropSessionDidEnter Метод

Определение

Метод, вызываемый, когда точка перетаскивания входит в представление коллекции.

public static void DropSessionDidEnter (this UIKit.IUICollectionViewDropDelegate This, UIKit.UICollectionView collectionView, UIKit.IUIDropSession session);
static member DropSessionDidEnter : UIKit.IUICollectionViewDropDelegate * UIKit.UICollectionView * UIKit.IUIDropSession -> unit

Параметры

This
IUICollectionViewDropDelegate

Экземпляр, с которым работает этот метод расширения.

collectionView
UICollectionView

Представление исходной коллекции.

session
IUIDropSession

Сеанс удаления.

Применяется к