Share via


IUITableViewDragDelegate.DragSessionAllowsMoveOperation Method

Definition

Whether the drag session can move items within the developer's app.

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

Parameters

tableView
UITableView
session
IUIDragSession

Returns

Attributes

Applies to