Partager via


IListViewController.NotifyRowTapped Méthode

Définition

Surcharges

NotifyRowTapped(Int32, Cell)

Pour un usage interne par les renderers de plateforme.

NotifyRowTapped(Int32, Int32, Cell)

Pour un usage interne par les renderers de plateforme.

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

NotifyRowTapped(Int32, Cell)

Pour un usage interne par les renderers de plateforme.

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

Paramètres

index
System.Int32

Pour un usage interne par les renderers de plateforme.

cell
Cell

Pour un usage interne par les renderers de plateforme.

S’applique à

NotifyRowTapped(Int32, Int32, Cell)

Pour un usage interne par les renderers de plateforme.

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

Paramètres

index
System.Int32

Pour un usage interne par les renderers de plateforme.

inGroupIndex
System.Int32

Pour un usage interne par les renderers de plateforme.

cell
Cell

Pour un usage interne par la plateforme Xamarin.Forms.

S’applique à

NotifyRowTapped(Int32, Cell, Boolean)

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

Paramètres

index
System.Int32
cell
Cell
isContextMenuRequested
System.Boolean

S’applique à

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

Paramètres

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

S’applique à