共用方式為


UICollectionViewDropDelegate.DropSessionDidExit 方法

定義

卸載點離開集合檢視時呼叫的方法。

[Foundation.Export("collectionView:dropSessionDidExit:")]
public virtual void DropSessionDidExit (UIKit.UICollectionView collectionView, UIKit.IUIDropSession session);
abstract member DropSessionDidExit : UIKit.UICollectionView * UIKit.IUIDropSession -> unit
override this.DropSessionDidExit : UIKit.UICollectionView * UIKit.IUIDropSession -> unit

參數

collectionView
UICollectionView

原創組合檢視。

session
IUIDropSession

卸載會話。

屬性

適用於