UICollectionViewDragDelegate.DragSessionDidEnd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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