UITableViewSource.WillDeselectRow(UITableView, NSIndexPath) Method

Definition

Called prior to the de-selection of a row.

[Foundation.Export("tableView:willDeselectRowAtIndexPath:")]
public virtual Foundation.NSIndexPath WillDeselectRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member WillDeselectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.WillDeselectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath

Parameters

tableView
UITableView

The table involved.

indexPath
NSIndexPath

The index path of the row about to be de-selected.

Returns

If null, the row will not be de-selected. If a value other than indexPath requests that another row be de-selected.

Attributes

Applies to