次の方法で共有


ITableModel.RowSelected メソッド

定義

オーバーロード

RowSelected(Object)

プラットフォーム レンダラーによる内部使用向け。

RowSelected(Int32, Int32)

プラットフォーム レンダラーによる内部使用向け。

RowSelected(Object)

プラットフォーム レンダラーによる内部使用向け。

public void RowSelected(object item);
abstract member RowSelected : obj -> unit

パラメーター

item
System.Object

Xamarin.Forms プラットフォームによる内部使用向け。

適用対象

RowSelected(Int32, Int32)

プラットフォーム レンダラーによる内部使用向け。

public void RowSelected(int section, int row);
abstract member RowSelected : int * int -> unit

パラメーター

section
System.Int32

Xamarin.Forms プラットフォームによる内部使用向け。

row
System.Int32

Xamarin.Forms プラットフォームによる内部使用向け。

適用対象