共用方式為


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

適用於