UITableViewController.DidEndEditing(UITableView, NSIndexPath) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that editing has completed.
[Foundation.Export("tableView:didEndEditingRowAtIndexPath:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidEndEditing (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member DidEndEditing : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.DidEndEditing : UIKit.UITableView * Foundation.NSIndexPath -> unit
Parameters
- tableView
- UITableView
- indexPath
- NSIndexPath
- Attributes