IListViewController.NotifyRowTapped Method

Definition

Overloads

NotifyRowTapped(Int32, Cell)

For internal use by platform renderers.

NotifyRowTapped(Int32, Int32, Cell)

For internal use by platform renderers.

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

NotifyRowTapped(Int32, Cell)

For internal use by platform renderers.

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

Parameters

index
Int32

For internal use by platform renderers.

cell
Cell

For internal use by platform renderers.

Applies to

NotifyRowTapped(Int32, Int32, Cell)

For internal use by platform renderers.

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

Parameters

index
Int32

For internal use by platform renderers.

inGroupIndex
Int32

For internal use by platform renderers.

cell
Cell

For internal use by the Xamarin.Forms platform.

Applies to

NotifyRowTapped(Int32, Cell, Boolean)

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

Parameters

index
Int32
cell
Cell
isContextMenuRequested
Boolean

Applies to

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

Parameters

index
Int32
inGroupIndex
Int32
cell
Cell
isContextMenuRequested
Boolean

Applies to