次の方法で共有


UITableViewDelegate_Extensions.WillBeginEditing メソッド

定義

指定した indexPath のセルが編集されようとしていることを示します。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillBeginEditing (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member WillBeginEditing : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit

パラメーター

This
IUITableViewDelegate

この拡張メソッドが動作するインスタンス。

tableView
UITableView

編集しようとしているテーブル ビュー。

indexPath
NSIndexPath

スワイプされた行の場所。

属性

適用対象