UICollectionViewDropDelegate_Extensions.DropSessionDidExit 方法

定义

放置点离开集合视图时调用的方法。

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

参数

This
IUICollectionViewDropDelegate

此扩展方法在其上运行的实例。

collectionView
UICollectionView

原始集合视图。

session
IUIDropSession

放置会话。

适用于