共用方式為


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

卸載會話。

適用於