ListView.NotifyRowTapped 方法

定义

重载

NotifyRowTapped(Int32, Cell)

供 Xamarin.Forms 平台内部使用。

NotifyRowTapped(Int32, Int32, Cell)

供 Xamarin.Forms 平台内部使用。

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

NotifyRowTapped(Int32, Cell)

供 Xamarin.Forms 平台内部使用。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell = default);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell -> unit
override this.NotifyRowTapped : int * Xamarin.Forms.Cell -> unit

参数

index
Int32

供 Xamarin.Forms 平台内部使用。

cell
Cell

供 Xamarin.Forms 平台内部使用。

实现

属性

适用于

NotifyRowTapped(Int32, Int32, Cell)

供 Xamarin.Forms 平台内部使用。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped (int groupIndex, int inGroupIndex, Xamarin.Forms.Cell cell = default);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit
override this.NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit

参数

groupIndex
Int32

供 Xamarin.Forms 平台内部使用。

inGroupIndex
Int32

供 Xamarin.Forms 平台内部使用。

cell
Cell

实现

属性

适用于

NotifyRowTapped(Int32, Cell, Boolean)

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell, bool isContextmenuRequested);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit
override this.NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit

参数

index
Int32
cell
Cell
isContextmenuRequested
Boolean

实现

属性

适用于

NotifyRowTapped(Int32, Int32, Cell, Boolean)

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped (int groupIndex, int inGroupIndex, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell * bool -> unit
override this.NotifyRowTapped : int * int * Xamarin.Forms.Cell * bool -> unit

参数

groupIndex
Int32
inGroupIndex
Int32
cell
Cell
isContextMenuRequested
Boolean

实现

属性

适用于