UICollectionViewDropDelegate_Extensions.DropSessionDidEnd 方法

定义

删除会话结束时调用的方法。

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

参数

This
IUICollectionViewDropDelegate

此扩展方法操作的实例。

collectionView
UICollectionView

原始集合视图。

session
IUIDropSession

删除会话。

适用于