UIKit.UITableViewDataSource_Extensions.MoveRow Method
Called when a row has been moved so that the data source can 'implement' the changed row position that has been performed in the user interface. This ensures the data is kept in-sync with what is being displayed.

Syntax

public static void MoveRow (this IUITableViewDataSource This, UITableView tableView, Foundation.NSIndexPath sourceIndexPath, Foundation.NSIndexPath destinationIndexPath)

Parameters

This
The instance on which this extension method operates on.
tableView
Table view containing the row being moved.
sourceIndexPath
Location of the row to be moved.
destinationIndexPath
New location of the row.

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