Share via


IUITableViewDragDelegate.DragSessionWillBegin Method

Definition

Method that is called just before a drag session begins.

[Foundation.Export("tableView:dragSessionWillBegin:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DragSessionWillBegin(UIKit.UITableView tableView, UIKit.IUIDragSession session);
[<Foundation.Export("tableView:dragSessionWillBegin:")>]
[<Foundation.OptionalMember>]
[<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.

Attributes

Applies to