UICollectionViewDragDelegate_Extensions.DragSessionDidEnd メソッド

定義

ユーザーがドラッグ セッションをキャンセルまたは完了したときに呼び出されるメソッド。

public static void DragSessionDidEnd (this UIKit.IUICollectionViewDragDelegate This, UIKit.UICollectionView collectionView, UIKit.IUIDragSession session);
static member DragSessionDidEnd : UIKit.IUICollectionViewDragDelegate * UIKit.UICollectionView * UIKit.IUIDragSession -> unit

パラメーター

This
IUICollectionViewDragDelegate

この拡張メソッドが動作するインスタンス。

collectionView
UICollectionView

元のコレクション ビュー。

session
IUIDragSession

終了するセッション。

適用対象