次の方法で共有


IListViewController.NotifyRowTapped メソッド

定義

オーバーロード

NotifyRowTapped(Int32, Cell)

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

NotifyRowTapped(Int32, Int32, Cell)

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

NotifyRowTapped(Int32, Cell, Boolean)
NotifyRowTapped(Int32, Int32, Cell, Boolean)

NotifyRowTapped(Int32, Cell)

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

public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell -> unit

パラメーター

index
System.Int32

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

cell
Cell

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

適用対象

NotifyRowTapped(Int32, Int32, Cell)

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

public void NotifyRowTapped (int index, int inGroupIndex, Xamarin.Forms.Cell cell);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit

パラメーター

index
System.Int32

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

inGroupIndex
System.Int32

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

cell
Cell

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

適用対象

NotifyRowTapped(Int32, Cell, Boolean)

public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit

パラメーター

index
System.Int32
cell
Cell
isContextMenuRequested
System.Boolean

適用対象

NotifyRowTapped(Int32, Int32, Cell, Boolean)

public void NotifyRowTapped (int index, int inGroupIndex, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell * bool -> unit

パラメーター

index
System.Int32
inGroupIndex
System.Int32
cell
Cell
isContextMenuRequested
System.Boolean

適用対象