共用方式為


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

卸載會話。

適用於