UITableViewDragDelegate.DragSessionDidEnd(UITableView, IUIDragSession) 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("tableView:dragSessionDidEnd:")]
public virtual void DragSessionDidEnd (UIKit.UITableView tableView, UIKit.IUIDragSession session);
abstract member DragSessionDidEnd : UIKit.UITableView * UIKit.IUIDragSession -> unit
override this.DragSessionDidEnd : UIKit.UITableView * UIKit.IUIDragSession -> unit
Parameters
- tableView
- UITableView
The originating table view.
- session
- IUIDragSession
The session that ended.
- Attributes