UIKit.UITableViewDelegate_Extensions.CustomizeMoveTarget Method
Used to change a cell move destination, for example, to prevent dropping a cell in a certain position.

Syntax

public static Foundation.NSIndexPath CustomizeMoveTarget (this IUITableViewDelegate This, UITableView tableView, Foundation.NSIndexPath sourceIndexPath, Foundation.NSIndexPath proposedIndexPath)

Parameters

This
The instance on which this extension method operates on.
tableView
Table view containing the row to be moved.
sourceIndexPath
The original location of the row being moved.
proposedIndexPath
The location in the table view where the row has been dropped. The location can be altered by this method.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0