Share via


IUITableViewDelegate.DidBeginMultipleSelectionInteraction Method

Definition

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

Parameters

tableView
UITableView
indexPath
NSIndexPath
Attributes

Applies to