Condividi tramite


UITableViewSource.DidBeginMultipleSelectionInteraction Method

Definition

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