Sdílet prostřednictvím


UITableViewController.RowDeselected(UITableView, NSIndexPath) Method

Definition

Indicates that the cell at the specified indexPath has been deselected.

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

Parameters

tableView
UITableView

Table view containing the row.

indexPath
NSIndexPath

Location of the row that has become de-selected.

Implements

Attributes

Applies to