UIKit.UITableViewSource.DidEndEditing Method
Called when the table view has left editing mode for the row specified by indexPath.

Syntax

[Foundation.Export("tableView:didEndEditingRowAtIndexPath:")]
public virtual void DidEndEditing (UITableView tableView, Foundation.NSIndexPath indexPath)

Parameters

tableView
Table view being edited.
indexPath
Location of the row.

Remarks

When the user swipes across a single row to activate the swipe-to-delete feature, a Delete button appears and the table goes into a "swipe to delete editing mode". The table view calls UITableViewSource.WillBeginEditing(UITableView, Foundation.NSIndexPath) to allow the row to adjust its user interface.

This method is called when the table view exits that mode (and the Delete button disappears), usually by the user touching elsewhere in the table view.

Declared in [UITableViewDelegate]

Requirements

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