共用方式為


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

卸載會話。

適用於