Share via


UITableViewDragDelegate.DragSessionWillBegin Method

Definition

Method that is called just before a drag session begins.

[Foundation.Export("tableView:dragSessionWillBegin:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DragSessionWillBegin(UIKit.UITableView tableView, UIKit.IUIDragSession session);
[<Foundation.Export("tableView:dragSessionWillBegin:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DragSessionWillBegin : UIKit.UITableView * UIKit.IUIDragSession -> unit
override this.DragSessionWillBegin : UIKit.UITableView * UIKit.IUIDragSession -> unit

Parameters

tableView
UITableView

The originating table view.

session
IUIDragSession

The session that will begin.

Implements

Attributes

Applies to