Share via


IUITableViewDelegate.ShouldBeginMultipleSelectionInteraction Method

Definition

[Foundation.Export("tableView:shouldBeginMultipleSelectionInteractionAtIndexPath:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBeginMultipleSelectionInteraction(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:shouldBeginMultipleSelectionInteractionAtIndexPath:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to