次の方法で共有


UITableViewDelegate.RowHighlighted(UITableView, NSIndexPath) メソッド

定義

行が強調表示されたときに呼び出されます。

[Foundation.Export("tableView:didHighlightRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RowHighlighted (UIKit.UITableView tableView, Foundation.NSIndexPath rowIndexPath);
abstract member RowHighlighted : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.RowHighlighted : UIKit.UITableView * Foundation.NSIndexPath -> unit

パラメーター

tableView
UITableView

UITableView行を含む 。

rowIndexPath
NSIndexPath

強調表示されている行の場所。

属性

適用対象