UICollectionViewDragDelegate.DragSessionDidEnd Method

Definition

Method that is called when the user cancels or completes the drag session.

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

Parameters

collectionView
UICollectionView

The originating collection view.

session
IUIDragSession

The session that is ending.

Attributes

Applies to