Share via


UITableViewController.ShouldBeginMultipleSelectionInteraction Method

Definition

[Foundation.Export("tableView:shouldBeginMultipleSelectionInteractionAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBeginMultipleSelectionInteraction(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:shouldBeginMultipleSelectionInteractionAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldBeginMultipleSelectionInteraction : UIKit.UITableView * Foundation.NSIndexPath -> bool
override this.ShouldBeginMultipleSelectionInteraction : UIKit.UITableView * Foundation.NSIndexPath -> bool

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Implements

Attributes

Applies to